mirror of https://github.com/ColorlibHQ/AdminLTE
💥 Switch to Node.js 16 and npm 8. (#4016)
parent
5477fc383f
commit
6b10875c4e
|
@ -20,9 +20,9 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
node:
|
node:
|
||||||
- "10.x"
|
|
||||||
- "12.x"
|
- "12.x"
|
||||||
- "14.x"
|
- "14.x"
|
||||||
|
- "16.x"
|
||||||
os:
|
os:
|
||||||
- "ubuntu-latest"
|
- "ubuntu-latest"
|
||||||
- "macos-latest"
|
- "macos-latest"
|
||||||
|
@ -59,6 +59,6 @@ jobs:
|
||||||
|
|
||||||
- name: Run bundlewatch
|
- name: Run bundlewatch
|
||||||
run: npm 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:
|
env:
|
||||||
BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"
|
BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"
|
||||||
|
|
|
@ -11,7 +11,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FORCE_COLOR: 2
|
FORCE_COLOR: 2
|
||||||
NODE: 14.x
|
NODE: 16.x
|
||||||
RUBY: 2.7
|
RUBY: 2.7
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -11,7 +11,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FORCE_COLOR: 2
|
FORCE_COLOR: 2
|
||||||
NODE: 14.x
|
NODE: 16.x
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue