Switch to Node.js 16 and npm 8. (#35178)

This commit is contained in:
XhmikosR 2021-10-13 15:26:48 +03:00 committed by GitHub
parent e8f702666f
commit 45bba10714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 13343 additions and 31 deletions

View File

@ -5,7 +5,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14
NODE: 16
jobs:
browserstack:

View File

@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14
NODE: 16
jobs:
bundlewatch:

View File

@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14
NODE: 16
jobs:
css:

View File

@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14
NODE: 16
jobs:
docs:

View File

@ -40,7 +40,7 @@ jobs:
- name: Run Coveralls
uses: coverallsapp/github-action@1.1.3
if: matrix.node == 14
if: matrix.node == 16
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
path-to-lcov: "./js/coverage/lcov.info"

View File

@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14
NODE: 16
jobs:
lint:

View File

@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14
NODE: 16
jobs:
css:

13357
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -64,7 +64,7 @@
"docs-serve": "hugo server --port 9001 --disableFastRender",
"docs-serve-only": "npx sirv-cli _site --port 9001",
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
"update-deps": "ncu -u -x eslint,eslint-plugin-unicorn,globby,karma-browserstack-launcher && npm update && echo Manually update site/assets/js/vendor",
"update-deps": "ncu -u -x eslint,eslint-plugin-unicorn,globby,karma-browserstack-launcher && echo Manually update site/assets/js/vendor",
"release": "npm-run-all dist release-sri docs-build release-zip*",
"release-sri": "node build/generate-sri.js",
"release-version": "node build/change-version.js",
@ -96,7 +96,6 @@
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
},
"dependencies": {},
"peerDependencies": {
"@popperjs/core": "^2.10.2"
},