Skip to content

Commit 8b1df85

Browse files
authored
Update deploy.yml
1 parent 75387b5 commit 8b1df85

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,8 @@ jobs:
4444
hugo-version: ${{ env.HUGO_VERSION }}
4545
extended: true
4646

47-
- name: Set up Node.js
48-
uses: actions/setup-node@v3
49-
with:
50-
node-version: '16'
47+
- name: Clear npm cache
48+
run: npm cache clean --force
5149

5250
# Installs Post-CSS
5351
- name: Install Post-CSS

0 commit comments

Comments
 (0)