Skip to content

Commit 75387b5

Browse files
authored
Update deploy.yml
1 parent 4062ae5 commit 75387b5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@ jobs:
4343
with:
4444
hugo-version: ${{ env.HUGO_VERSION }}
4545
extended: true
46-
46+
47+
- name: Set up Node.js
48+
uses: actions/setup-node@v3
49+
with:
50+
node-version: '16'
51+
4752
# Installs Post-CSS
4853
- name: Install Post-CSS
4954
run: npm install postcss-cli

0 commit comments

Comments
 (0)