Skip to content

Commit 2f9c4b1

Browse files
committed
change dep step (PLEASE IGNORE FAILING ACTION)
1 parent de0c6c7 commit 2f9c4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Pages
3434
uses: actions/configure-pages@v5
3535
- name: Install Dependencies
36-
run: 'npm i'
36+
run: 'pnpm i'
3737
- name: 'Build'
3838
run: 'bash build.sh'
3939
- name: Upload artifact

0 commit comments

Comments
 (0)