Skip to content

Commit

Permalink
feat: bump node12 to node16 (#617)
Browse files Browse the repository at this point in the history
Close #611

- deps: bump node12 to node16
- deps: bump @actions/core from 1.6.0 to 1.10.0
  • Loading branch information
peaceiris authored Oct 23, 2022
1 parent 8da14cc commit 9a77c64
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 15 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
required: false
default: 'false'
runs:
using: 'node12'
using: 'node16'
main: 'lib/index.js'
branding:
icon: 'package'
Expand Down
56 changes: 45 additions & 11 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "GitHub Actions for Hugo",
"main": "lib/index.js",
"engines": {
"node": ">=12.14.1",
"npm": ">=6.13.7"
"node": ">=16.18.0",
"npm": ">=8.19.0"
},
"scripts": {
"all": "npm run format:check && npm run lint && npm test",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"homepage": "https://github.com/peaceiris/actions-hugo#readme",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.0",
"@actions/tool-cache": "^1.7.2",
Expand Down

0 comments on commit 9a77c64

Please sign in to comment.