Skip to content

Commit

Permalink
chore: Test Node 22 in CI, change target Node version to 20 (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-stytch authored Aug 5, 2024
1 parent e594fa3 commit 4bfcc1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [18, 20]
version: [18, 20, 22]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [18, 20]
version: [18, 20, 22]
environment: integration_tests
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.17.1
v20.16.0

0 comments on commit 4bfcc1d

Please sign in to comment.