Skip to content

Commit 93fb328

Browse files
Update dependency node to v22
1 parent d071c0c commit 93fb328

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@v4
2929
with:
30-
node-version: 18.x
30+
node-version: 22.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@v4
1616
with:
17-
node-version: 18.x
17+
node-version: 22.x
1818
cache: "npm"
1919
- run: npm ci
2020
- run: npm test

0 commit comments

Comments
 (0)