Skip to content

Commit e45a789

Browse files
authored
fix: yarn install (#3)
1 parent e8798d9 commit e45a789

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
with:
3939
node-version: 12
4040
registry-url: https://registry.npmjs.org/
41+
- run: npm i -g yarn
42+
- run: yarn --frozen-lockfile
4143
- run: npx semantic-release@17
4244
env:
4345
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)