Skip to content

Commit a85ee8f

Browse files
committed
Use Node.js 16
1 parent 075c7bc commit a85ee8f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77
- 'v*'
88
env:
9-
node_version: "12.x"
9+
node_version: "16.x"
1010

1111
jobs:
1212
build: # make sure build/ci work properly

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ inputs:
1111
description: 'Appspec file'
1212
required: true
1313
runs:
14-
using: 'node12'
14+
using: 'node16'
1515
main: 'dist/index.js'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@types/jest": "^24.0.23",
23-
"@types/node": "^12.7.12",
23+
"@types/node": "^16.18.3",
2424
"@typescript-eslint/parser": "^2.8.0",
2525
"@zeit/ncc": "^0.20.5",
2626
"eslint": "^5.16.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -584,10 +584,10 @@
584584
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.14.tgz#24a0b5959f16ac141aeb0c5b3cd7a15b7c64cbce"
585585
integrity sha512-syUgf67ZQpaJj01/tRTknkMNoBBLWJOBODF0Zm4NrXmiSuxjymFrxnTu1QVYRubhVkRcZLYZG8STTwJRdVm/WQ==
586586

587-
"@types/node@^12.7.12":
588-
version "12.12.47"
589-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.47.tgz#5007b8866a2f9150de82335ca7e24dd1d59bdfb5"
590-
integrity sha512-yzBInQFhdY8kaZmqoL2+3U5dSTMrKaYcb561VU+lDzAYvqt+2lojvBEy+hmpSNuXnPTx7m9+04CzWYOUqWME2A==
587+
"@types/node@^16.18.3":
588+
version "16.18.3"
589+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.3.tgz#d7f7ba828ad9e540270f01ce00d391c54e6e0abc"
590+
integrity sha512-jh6m0QUhIRcZpNv7Z/rpN+ZWXOicUUQbSoWks7Htkbb9IjFQj4kzcX/xFCkjstCj5flMsN8FiSvt+q+Tcs4Llg==
591591

592592
"@types/parse-json@^4.0.0":
593593
version "4.0.0"

0 commit comments

Comments
 (0)