Skip to content

Commit 5b3ccff

Browse files
committed
Upgrading GitHub workflow to use Node 24
1 parent 6d5bbca commit 5b3ccff

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: actions/setup-node@v4
2727
with:
28-
node-version: '20'
28+
node-version: '24'
2929
cache: 'npm'
3030
cache-dependency-path: '**/package-lock.json'
3131

docs/hugo.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,8 @@ module:
110110
security:
111111
allowContent:
112112
- '.*'
113+
exec:
114+
allow:
115+
- '^npx$'
116+
- '^postcss$'
117+
- '^dart-sass-embedded$'

0 commit comments

Comments
 (0)