We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a822e commit 374d071Copy full SHA for 374d071
1 file changed
.github/workflows/hugo.yml
@@ -33,8 +33,12 @@ jobs:
33
run: |
34
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
35
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
36
+ - name: Setup Node
37
+ uses: actions/setup-node@v4
38
+ with:
39
+ node-version: 20
40
- name: Install Dart Sass
- run: sudo snap install dart-sass
41
+ run: npm install -g sass
42
- name: Checkout
43
uses: actions/checkout@v4
44
with:
0 commit comments