Skip to content

Commit

Permalink
build: update node version to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraTschamon committed Nov 27, 2024
1 parent 14cce47 commit ce24e22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['16.x', '18.x']
node: ['18.x', '22.x']
os: [ubuntu-latest, macOS-latest]

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 @@ -8,7 +8,7 @@
"src"
],
"engines": {
"node": ">=16 <=18"
"node": ">=18 <=22"
},
"scripts": {
"start": "tsdx watch",
Expand Down

0 comments on commit ce24e22

Please sign in to comment.