Skip to content

Commit 27768b2

Browse files
committed
clear cache
1 parent 4cb7cc7 commit 27768b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717

1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20
20+
node-version: 18
2121

22-
- run: npm ci
22+
- run: npm cache clean --force
23+
- run: npm install
2324
- run: npm run build
2425

2526
- uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)