Skip to content

Commit 33b1dcd

Browse files
committed
use yarn in release-plan CI
1 parent cda3abf commit 33b1dcd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/plan-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
node-version: 18
5252

53-
- run: npm ci
53+
- run: yarn install --frozen-lockfile
5454

5555
- name: "Generate Explanation and Prep Changelogs"
5656
id: explanation

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
4848
registry-url: 'https://registry.npmjs.org'
4949

50-
- run: npm ci
50+
- run: yarn install --frozen-lockfile
5151
- name: npm publish
5252
run: npx release-plan publish
5353

0 commit comments

Comments
 (0)