Skip to content

Commit 9a77c64

Browse files
authored
feat: bump node12 to node16 (#617)
Close #611 - deps: bump node12 to node16 - deps: bump @actions/core from 1.6.0 to 1.10.0
1 parent 8da14cc commit 9a77c64

File tree

3 files changed

+49
-15
lines changed

3 files changed

+49
-15
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
required: false
1212
default: 'false'
1313
runs:
14-
using: 'node12'
14+
using: 'node16'
1515
main: 'lib/index.js'
1616
branding:
1717
icon: 'package'

package-lock.json

Lines changed: 45 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "GitHub Actions for Hugo",
55
"main": "lib/index.js",
66
"engines": {
7-
"node": ">=12.14.1",
8-
"npm": ">=6.13.7"
7+
"node": ">=16.18.0",
8+
"npm": ">=8.19.0"
99
},
1010
"scripts": {
1111
"all": "npm run format:check && npm run lint && npm test",
@@ -47,7 +47,7 @@
4747
},
4848
"homepage": "https://github.com/peaceiris/actions-hugo#readme",
4949
"dependencies": {
50-
"@actions/core": "^1.6.0",
50+
"@actions/core": "^1.10.0",
5151
"@actions/exec": "^1.1.1",
5252
"@actions/io": "^1.1.0",
5353
"@actions/tool-cache": "^1.7.2",

0 commit comments

Comments
 (0)