Fix workflow

This commit is contained in:
Joseph Garrone 2021-03-15 01:13:14 +01:00
parent 9d27c5f671
commit 629667f633

View file

@ -122,10 +122,12 @@ jobs:
- update_changelog - update_changelog
- check_if_version_upgraded - check_if_version_upgraded
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2.3.4
with: with:
ref: ${{ github.ref }} ref: ${{ github.ref }}
- uses: actions/setup-node@v2.1.3 - uses: actions/setup-node@v2.1.3
with:
node-version: '15'
- run: | - run: |
PACKAGE_MANAGER=npm PACKAGE_MANAGER=npm
if [ -f "./yarn.lock" ]; then if [ -f "./yarn.lock" ]; then