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

This commit is contained in:
Daniel 2021-11-01 21:37:52 +05:30 committed by GitHub
parent 5477fc383f
commit 6b10875c4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15832 additions and 22 deletions

View file

@ -20,9 +20,9 @@ jobs:
fail-fast: false
matrix:
node:
- "10.x"
- "12.x"
- "14.x"
- "16.x"
os:
- "ubuntu-latest"
- "macos-latest"
@ -59,6 +59,6 @@ jobs:
- name: Run bundlewatch
run: npm run bundlewatch
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.node, '14')
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.node, '16')
env:
BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"

View file

@ -11,7 +11,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14.x
NODE: 16.x
RUBY: 2.7
jobs:

View file

@ -11,7 +11,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14.x
NODE: 16.x
jobs:
run:

15846
package-lock.json generated

File diff suppressed because it is too large Load diff