Skip to content

Commit

Permalink
Test updating to latest Node v22
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Nov 27, 2024
1 parent 211f45a commit 6f03e2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20.11.1
node-version: 22.11.0

- run: npm install -g npm@^8

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
}
},
"engines": {
"node": "v20.11.1"
"node": "v22.11.0"
},
"keywords": [
"http",
Expand Down Expand Up @@ -200,7 +200,7 @@
}
},
"node": {
"version": "20.11.1",
"version": "22.11.0",
"targets": [
"win32-x64",
"linux-x64",
Expand Down

0 comments on commit 6f03e2b

Please sign in to comment.