Skip to content

Commit 4895024

Browse files
committed
feat: bump node12 to node16
1 parent 95fa0b4 commit 4895024

File tree

4 files changed

+46
-12
lines changed

4 files changed

+46
-12
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.22.4
1+
16.18.0

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
required: false
88
default: 'latest'
99
runs:
10-
using: 'node12'
10+
using: 'node16'
1111
main: 'lib/index.js'
1212
branding:
1313
icon: 'book-open'

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"homepage": "https://github.com/peaceiris/actions-mdbook#readme",
4242
"dependencies": {
43-
"@actions/core": "^1.6.0",
43+
"@actions/core": "^1.10.0",
4444
"@actions/exec": "^1.1.1",
4545
"@actions/io": "^1.1.0",
4646
"@actions/tool-cache": "^1.7.2",

0 commit comments

Comments
 (0)