Migrate to Yarn

This commit is contained in:
Dries Augustyns
2024-08-05 08:20:32 +02:00
parent 747191302c
commit 64a6698cea
+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