Skip to content

Commit 8082cfa

Browse files
authored
Merge pull request #197 from WebComponentsGuide/renovate/node-24.x
2 parents 248d417 + 055677e commit 8082cfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Use Node.js 18.x (LTS)
2828
uses: actions/setup-node@v6
2929
with:
30-
node-version: 18.x
30+
node-version: 24.x
3131
cache: "npm"
3232
- run: npm ci
3333
- run: npm run build --if-present

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js 18.x (LTS)
1515
uses: actions/setup-node@v6
1616
with:
17-
node-version: 18.x
17+
node-version: 24.x
1818
cache: "npm"
1919
- run: npm ci
2020
- run: npm test

0 commit comments

Comments
 (0)