Skip to content

Commit b8669eb

Browse files
chore(deps): update dependency node to v22 (#83)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b659a25 commit b8669eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1919
with:
20-
node-version: 20
20+
node-version: 22
2121
- name: Install dependencies
2222
run: npm ci
2323
- name: Build website

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1919
with:
20-
node-version: 20
20+
node-version: 22
2121

2222
- name: Install dependencies
2323
run: npm ci

0 commit comments

Comments
 (0)