Skip to content

Commit 31ec2d4

Browse files
committed
ci: use npm for build
1 parent 0d4908c commit 31ec2d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
uses: actions/setup-node@v3
1616
with:
1717
node-version: 16.x
18-
cache: 'yarn'
18+
cache: 'npm'
1919

2020
- name: Install dependencies
21-
run: yarn install --frozen-lockfile
21+
run: npm install
2222

2323
- name: Build package
24-
run: yarn build
24+
run: npm run build
2525

2626
- name: Extract version from release
2727
id: version

0 commit comments

Comments
 (0)