Skip to content

Commit 7d1cfb8

Browse files
Update staging.yml
1 parent 1c0db3f commit 7d1cfb8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/staging.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ jobs:
3939
token: ${{ secrets.REPO_TOKEN }}
4040
ref: beta
4141
fetch-depth: 0
42-
path: themes/tutorials-theme
42+
path: themes/tutorials-theme
43+
- name: Setup Node.js
44+
uses: actions/setup-node@v4
45+
with:
46+
node-version: '22'
4347
# Step 2 - Sets up the latest version of Hugo
4448
- name: Setup Hugo
4549
uses: peaceiris/actions-hugo@v2

0 commit comments

Comments
 (0)