Skip to content

Commit

Permalink
feat(chore): upgrade Node.js and npm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
haru52 committed May 17, 2024
1 parent e05d8e6 commit f65f0af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
actionlint 1.7.0
nodejs 18.16.0
nodejs 20.13.1
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Fully automated template repository which provides full compliance with the community standards.",
"private": true,
"engines": {
"node": "^18.16.0",
"npm": "^9.7.1"
"node": "^20.13.1",
"npm": "^10.8.0"
},
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f65f0af

Please sign in to comment.