Update CI workflow (changelog ignore)

This commit is contained in:
Joseph Garrone 2021-12-09 01:57:03 +01:00 committed by GitHub
parent cf93b68816
commit 5c46ecc0ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,6 @@ jobs:
strategy:
matrix:
node: [ '15', '14', '13' ]
os: [ windows-latest, ubuntu-latest ]
name: Test with Node v${{ matrix.node }}
steps:
- name: Tell if project is using npm or yarn
@ -150,4 +149,4 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
VERSION: ${{ needs.check_if_version_upgraded.outputs.to_version }}
IS_BETA: ${{ needs.check_if_version_upgraded.outputs.is_release_beta }}
IS_BETA: ${{ needs.check_if_version_upgraded.outputs.is_release_beta }}