Skip to content

Commit 476825c

Browse files
author
Petr Konecny
committed
chore: updated action
1 parent 00e90eb commit 476825c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
node-version: 20
1313
cache: 'npm'
14-
- run: npm ci
14+
- run: yarn install
1515
- run: yarn lint
1616

1717
publish:
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
node-version: 20
3737
cache: 'npm'
38-
- run: npm ci
38+
- run: yarn install
3939
- env:
4040
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
4141
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)