remove setup-icu, add running on node 14.x and 16.x

This commit is contained in:
Daniel Waxweiler 2021-05-05 12:32:28 +02:00 committed by GitHub
parent c8a999d028
commit 6ce3f49e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
strategy:
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/
steps:
@ -26,5 +26,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- uses: sarisia/setup-icu@v1
- run: npm run build-prod