Skip to content

Commit

Permalink
Merge pull request #50 from Adslot/node20
Browse files Browse the repository at this point in the history
chore: upgrade to node 20
  • Loading branch information
xiaofan2406 committed Oct 25, 2023
2 parents db542a2 + 816fef2 commit 1aada20
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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: [18.x]
node: [20.x]

steps:
- uses: actions/checkout@v4
Expand Down
14 changes: 7 additions & 7 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": "^18"
"node": "^20"
}
}

0 comments on commit 1aada20

Please sign in to comment.