Skip to content

Commit

Permalink
feat: bump node12 to node16
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Oct 23, 2022
1 parent 95fa0b4 commit 4895024
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.22.4
16.18.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
required: false
default: 'latest'
runs:
using: 'node12'
using: 'node16'
main: 'lib/index.js'
branding:
icon: 'book-open'
Expand Down
52 changes: 43 additions & 9 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 @@ -40,7 +40,7 @@
},
"homepage": "https://github.com/peaceiris/actions-mdbook#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 4895024

Please sign in to comment.