Skip to content

Commit e14b126

Browse files
Update node.js.yml
1 parent 38c2b2d commit e14b126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Packages📡
1515
run: |
1616
npm list pnpm || npm i pnpm -g
17-
pnpm install
17+
rm -rf node_modules && pnpm install
1818
- name: Generate Static Site🛠
1919
run: |
2020
webpack --bail

0 commit comments

Comments
 (0)