mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-04-21 13:51:59 +02:00
Update to Node v16 for infrastructure (#4877)
* Update to Node v16 for infrastructure * update node type def to Node 16
This commit is contained in:
parent
7122454583
commit
9907ad004e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 12
|
||||
node-version: 16
|
||||
cache: yarn
|
||||
|
||||
- name: Run ${{ matrix.command }}
|
||||
|
@ -59,7 +59,7 @@
|
||||
"@types/jest": "27.0.1",
|
||||
"@types/lodash": "^4.14.149",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "^12.12.14",
|
||||
"@types/node": "^16.11.26",
|
||||
"@types/react": "^16.9.13",
|
||||
"@types/react-dom": "^16.9.4",
|
||||
"@typescript-eslint/eslint-plugin": "^2.9.0",
|
||||
|
11
yarn.lock
11
yarn.lock
@ -3578,7 +3578,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:^12.12.14, @types/node@npm:^12.7.1":
|
||||
"@types/node@npm:^12.7.1":
|
||||
version: 12.20.19
|
||||
resolution: "@types/node@npm:12.20.19"
|
||||
checksum: 00b623beed4d4b17ad8d60bd2e99a0acab1b95e1d2242d1e2c313abd05a639ecb902c33c5970436d2fd13d5d772747dec6ec73d7f40ad799fe09a35009566699
|
||||
@ -3592,6 +3592,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:^16.11.26":
|
||||
version: 16.11.26
|
||||
resolution: "@types/node@npm:16.11.26"
|
||||
checksum: 57757caaba3f0d95de82198cb276a1002c49b710108c932a1d02d7c91ff2fa57cfe2dd19fde60853b6dd90b0964b3cf35557981d2628e20aed6a909057aedfe6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/normalize-package-data@npm:^2.4.0":
|
||||
version: 2.4.1
|
||||
resolution: "@types/normalize-package-data@npm:2.4.1"
|
||||
@ -14377,7 +14384,7 @@ resolve@^2.0.0-next.3:
|
||||
"@types/jest": 27.0.1
|
||||
"@types/lodash": ^4.14.149
|
||||
"@types/mocha": ^5.2.7
|
||||
"@types/node": ^12.12.14
|
||||
"@types/node": ^16.11.26
|
||||
"@types/react": ^16.9.13
|
||||
"@types/react-dom": ^16.9.4
|
||||
"@typescript-eslint/eslint-plugin": ^2.9.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user