Skip to content

Commit 46aa69c

Browse files
committed
Bumped node to 22. Not used for actual deployment, only for forked versions to test site
1 parent 262c0de commit 46aa69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugobuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Node
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: '16' # or another LTS version
22+
node-version: '22' # or another LTS version
2323

2424
- name: Install dependencies
2525
run: npm install --save-dev postcss postcss-cli autoprefixer

0 commit comments

Comments
 (0)