Skip to content

Commit

Permalink
Merge pull request #67 from Adslot/node22
Browse files Browse the repository at this point in the history
chore: upgrade to node 22
  • Loading branch information
romi-h authored Nov 27, 2024
2 parents 7784b48 + 581e247 commit 62844cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node: [20.x]
node: [22.x]

steps:
- uses: actions/checkout@v4
Expand Down
9 changes: 5 additions & 4 deletions 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 @@ -38,6 +38,6 @@
"url": "https://github.com/Adslot/express-pug-static/issues"
},
"engines": {
"node": "^20"
"node": "^22"
}
}

0 comments on commit 62844cd

Please sign in to comment.