2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+1 -1
View File
@@ -5,7 +5,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14
NODE: 16
jobs:
browserstack:
+1 -1
View File
@@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14
NODE: 16
jobs:
bundlewatch:
+1 -1
View File
@@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14
NODE: 16
jobs:
css:
+1 -1
View File
@@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14
NODE: 16
jobs:
docs:
+1 -1
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"
+1 -1
View File
@@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14
NODE: 16
jobs:
lint:
+1 -1
View File
@@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14
NODE: 16
jobs:
css: