Skip to content

Commit 453ff5c

Browse files
chore(deps): update dependency node to v22
1 parent 2d5ac6f commit 453ff5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js 20
1919
uses: actions/setup-node@v5
2020
with:
21-
node-version: 20
21+
node-version: 22
2222

2323
- name: Install Dependencies
2424
run: npm ci

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js 20
1919
uses: actions/setup-node@v5
2020
with:
21-
node-version: 20
21+
node-version: 22
2222

2323
- name: Install Dependencies
2424
run: npm ci

0 commit comments

Comments
 (0)