Skip to content

Commit f3a9002

Browse files
Feature/update eleventy boosted - update CI to Node 20 for Eleventy 3.1.2 (#804)
* chore: update Eleventy to 3.1.2 and Boosted to 5.3.8 * chore: update CI to Node 20 for Eleventy 3.1.2 --------- Co-authored-by: Mewen Le Hô <[email protected]>
1 parent 58d0dbd commit f3a9002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup NodeJS
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: '16.x'
21+
node-version: '20.x'
2222

2323
- name: Install dependencies
2424
run: npm install

0 commit comments

Comments
 (0)