Test on Node 18
* Replaced outdated `grunt-bg-shell`-package to get rid of
coffee-script warnings
Backports parts of 785a63e0a8.
This commit is contained in:
committed by
Jay Linski
parent
3d3796c1e9
commit
c65c6cce3f
@@ -33,7 +33,7 @@ jobs:
|
||||
matrix:
|
||||
operating-system: ['ubuntu-latest', 'windows-latest']
|
||||
# https://nodejs.org/en/about/releases/
|
||||
node-version: ['10', '12', '14', '16', '17']
|
||||
node-version: ['10', '12', '14', '16', '18']
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
|
||||
- name: Test (Integration)
|
||||
# https://github.com/webpack/webpack/issues/14532
|
||||
if: ${{ matrix.node-version != '17' }}
|
||||
if: ${{ matrix.node-version != '18' }}
|
||||
run: |
|
||||
cd ./tests/integration/rollup-test && ./test.sh && cd -
|
||||
cd ./tests/integration/webpack-babel-test && ./test.sh && cd -
|
||||
|
||||
Reference in New Issue
Block a user