Skip to content

Commit

Permalink
build: bump node 22 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurlbrjc committed Nov 13, 2024
1 parent 508b649 commit 63e8a1e
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [20.15.0]
node-version: [22.11.0]
steps:
- name: Check out repository code
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.15.0
v22.11.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "4.23.1",
"private": true,
"engines": {
"node": "20.15.0"
"node": "22.11.0"
},
"scripts": {
"dev": "node server.js | pino-pretty",
Expand Down
Loading

0 comments on commit 63e8a1e

Please sign in to comment.