Skip to content

Commit 6a7d96b

Browse files
committed
update workflow from yarn to pnpm
1 parent 906d594 commit 6a7d96b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
- name: Install Node.js
1414
uses: actions/setup-node@v3
1515
with:
16-
node-version: 18
17-
cache: "yarn"
16+
node-version: 22
17+
cache: "pnpm"
1818

1919
- name: Install project dependencies
2020
shell: bash
21-
run: yarn
21+
run: pnpm install
2222

2323
- name: Build 🏗️
2424
run: yarn build

0 commit comments

Comments
 (0)