Skip to content

Commit 8e07691

Browse files
authored
fix ci
1 parent 2906faa commit 8e07691

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- uses: actions/setup-node@v2
5959
with:
6060
node-version: '22.x'
61+
- run: yarn install
6162
- name: Publish to yarn/npm
6263
run: yarn npm publish --provenance
6364

@@ -74,6 +75,7 @@ jobs:
7475
- uses: actions/setup-node@v2
7576
with:
7677
node-version: '22.x'
78+
- run: yarn install
7779
- name: Configure Github Packages authentication
7880
run: |
7981
yarn config set npmAlwaysAuth true

0 commit comments

Comments
 (0)