Skip to content

Commit 7f46146

Browse files
committed
more yarn references
1 parent 04c0a5f commit 7f46146

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/check-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- name: Set up Node.js
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: "18"
18-
cache: "yarn"
17+
node-version: "22"
18+
cache: "pnpm"
1919

2020
- name: Install dependencies
21-
run: yarn install
21+
run: pnpm install
2222

2323
- name: Run build
24-
run: yarn build
24+
run: pnpm build

.github/workflows/npmPublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
ref: ${{ github.ref }}
1414

1515
- name: Set up Node.js
16-
uses: actions/setup-node@v2
16+
uses: actions/setup-node@v3
1717
with:
1818
node-version: "22"
1919
cache: "pnpm"

0 commit comments

Comments
 (0)