Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Commit 1b1963c

Browse files
committed
Updated Node.js.
1 parent 1900a0a commit 1b1963c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: actions/setup-node@v4
2424
with:
25-
node-version: 20
25+
node-version: 22
2626
- run: npm ci
2727
- run: npm run docs
2828
- uses: actions/configure-pages@v3

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 20
17+
node-version: 22
1818
- run: npm ci
1919
- run: npm run lint
2020
- run: npm run build

0 commit comments

Comments
 (0)