Attempt to fix build break.

This commit is contained in:
Eric Traut 2022-01-21 13:48:26 -08:00
parent a67d306ea5
commit 0c1012f9fa
5 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
name: 'Validation'
env:
NODE_VERSION: '12' # Shipped with VS Code.
NODE_VERSION: '14' # Shipped with VS Code.
on:
push:

View File

@ -78,9 +78,9 @@
"dev": true
},
"@types/node": {
"version": "17.0.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.10.tgz",
"integrity": "sha512-S/3xB4KzyFxYGCppyDt68yzBU9ysL88lSdIah4D6cptdcltc4NCPCAMc0+PCpg/lLIyC7IPvj2Z52OJWeIUkog==",
"version": "12.20.42",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.42.tgz",
"integrity": "sha512-aI3/oo5DzyiI5R/xAhxxRzfZlWlsbbqdgxfTPkqu/Zt+23GXiJvMCyPJT4+xKSXOnLqoL8jJYMLTwvK2M3a5hw==",
"dev": true
},
"@webassemblyjs/ast": {

View File

@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/copy-webpack-plugin": "^10.1.0",
"@types/node": "^17.0.10",
"@types/node": "^12.20.41",
"copy-webpack-plugin": "^10.2.1",
"shx": "^0.3.4",
"ts-loader": "^9.2.6",

View File

@ -78,9 +78,9 @@
"dev": true
},
"@types/node": {
"version": "17.0.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.10.tgz",
"integrity": "sha512-S/3xB4KzyFxYGCppyDt68yzBU9ysL88lSdIah4D6cptdcltc4NCPCAMc0+PCpg/lLIyC7IPvj2Z52OJWeIUkog==",
"version": "12.20.42",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.42.tgz",
"integrity": "sha512-aI3/oo5DzyiI5R/xAhxxRzfZlWlsbbqdgxfTPkqu/Zt+23GXiJvMCyPJT4+xKSXOnLqoL8jJYMLTwvK2M3a5hw==",
"dev": true
},
"@types/vscode": {

View File

@ -829,7 +829,7 @@
},
"devDependencies": {
"@types/copy-webpack-plugin": "^10.1.0",
"@types/node": "^17.0.10",
"@types/node": "^12.20.41",
"@types/vscode": "~1.63.1",
"copy-webpack-plugin": "^10.2.1",
"detect-indent": "^6.1.0",