1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02:00

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
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: