Skip to content

Commit 05443b6

Browse files
Update dependency node to v22
| datasource | package | from | to | | --------------- | --------------------- | ------- | ------- | | github-releases | actions/node-versions | 18.20.8 | 22.18.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1ce5ab6 commit 05443b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- uses: actions/setup-node@v4
2828
with:
29-
node-version: 18
29+
node-version: 22
3030
cache: yarn
3131
cache-dependency-path: docs/yarn.lock
3232
- name: Install dependencies

.github/workflows/test-deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- uses: actions/setup-node@v4
2525
with:
26-
node-version: 18
26+
node-version: 22
2727
cache: yarn
2828
cache-dependency-path: docs/yarn.lock
2929
- name: Install dependencies

0 commit comments

Comments
 (0)