Update CI workflow (changelog ignore)
This commit is contained in:
parent
cf93b68816
commit
5c46ecc0ed
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user