Skip to content

Commit

Permalink
feat: add support for Node v22
Browse files Browse the repository at this point in the history
  • Loading branch information
intcreator committed Nov 12, 2024
1 parent 9ea2216 commit 7aba997
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [16, 18, 20]
node: [16, 18, 20, 22]

runs-on: ${{ matrix.os }}
timeout-minutes: 5
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,6 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# husky local debugging helper scripts
.husky/_

0 comments on commit 7aba997

Please sign in to comment.