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
- check_if_version_upgraded
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
with:
ref: ${{ github.ref }}
- uses: actions/setup-node@v2.1.3
with:
node-version: '15'
- run: |
PACKAGE_MANAGER=npm
if [ -f "./yarn.lock" ]; then