Skip to content

Commit c546ae1

Browse files
committed
Set up pnpm before Node.js on CI to fix failure
1 parent 177f95d commit c546ae1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ jobs:
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v6
26-
- name: Set up Node
26+
- name: Setup pnpm
27+
uses: pnpm/action-setup@v4
28+
with:
29+
version: latest
30+
- name: Setup Node.js
2731
uses: actions/setup-node@v6
2832
with:
2933
node-version: lts/*

0 commit comments

Comments
 (0)