remove setup-icu, add running on node 14.x and 16.x
This commit is contained in:
parent
c8a999d028
commit
6ce3f49e52
|
@ -16,7 +16,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [12.x]
|
node-version: [12.x, 14.x, 16.x]
|
||||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -26,5 +26,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- uses: sarisia/setup-icu@v1
|
|
||||||
- run: npm run build-prod
|
- run: npm run build-prod
|
||||||
|
|
Loading…
Reference in New Issue