Merge pull request #26 from useplunk/dev-driaug-fix-workflow-incremenent

Migrate to Yarn
This commit is contained in:
Dries Augustyns
2024-08-05 08:21:09 +02:00
committed by GitHub
+3 -3
View File
@@ -19,12 +19,12 @@ jobs:
node-version: "16"
- name: Install dependencies
run: npm install
run: yarn install
- name: Increment version
id: version
run: |
npm run release
yarn release
VERSION=$(node -p "require('./package.json').version")
echo "VERSION=$VERSION" >> $GITHUB_ENV
@@ -61,7 +61,7 @@ jobs:
node-version: "16"
- name: Install dependencies
run: npm install
run: yarn install
- name: Get package version
id: version