Skip to content

Commit 891c492

Browse files
committed
actions: update Node.js LTS because 11ty requires a higher version
1 parent fcee31f commit 891c492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 16
15+
node-version: 20
1616
- name: Install dependencies
1717
run: npm ci
1818
- name: Build website

0 commit comments

Comments
 (0)