Skip to content

Commit

Permalink
Node 16 -> Node 22 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 authored Jul 15, 2024
1 parent c687a0e commit 3864819
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
os: ["windows-latest", "ubuntu-latest"]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"yargs": "^17.0.0"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"jest": {
"preset": "ts-jest"
Expand Down

0 comments on commit 3864819

Please sign in to comment.