Skip to content

Commit

Permalink
ci: add node 21
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Dec 1, 2023
1 parent 350b581 commit 4cb68b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [macos-12, ubuntu-22.04, windows-2022]
node: [16, 18, 20]
node: [16, 18, 20, 21]
fail-fast: true
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 4cb68b7

Please sign in to comment.