Skip to content

Commit 74dcf04

Browse files
add missing pnpm
1 parent f414132 commit 74dcf04

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/static.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,11 @@ jobs:
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v4
34-
- name: init
35-
uses: actions/setup-node@v4
34+
- uses: pnpm/action-setup@v4
35+
- uses: actions/setup-node@v4
3636
with:
3737
node-version: '20'
3838
cache: 'pnpm'
39-
4039
- name: Install dependencies
4140
run: pnpm install --frozen-lockfile
4241
- name: Build

0 commit comments

Comments
 (0)