Skip to content

Commit d97eecd

Browse files
committed
refactor: migrate to yarn
1 parent 31ec2d4 commit d97eecd

File tree

4 files changed

+4005
-17388
lines changed

4 files changed

+4005
-17388
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: 'npm'
18+
cache: 'yarn'
1919

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

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

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

0 commit comments

Comments
 (0)