Skip to content

Commit

Permalink
build: bump node from 16 to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Nov 18, 2023
1 parent ff3666e commit 6df53c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.2
20.9.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "Label Commenter GitHub Action",
"main": "dist/index.js",
"engines": {
"node": ">=v16.19.0",
"npm": ">=9.3.1"
"node": ">=v20.0.0",
"npm": ">=10.0.1"
},
"scripts": {
"postinstall": "npx husky install",
Expand Down

0 comments on commit 6df53c2

Please sign in to comment.