Skip to content

Commit bd802b9

Browse files
committed
deps: Update dependency node to v22
1 parent 3cd98a5 commit bd802b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node
3232
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3333
with:
34-
node-version: 18
34+
node-version: 22
3535

3636
- name: Install dependencies
3737
run: npm install

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node
3232
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3333
with:
34-
node-version: 18
34+
node-version: 22
3535

3636
- name: Install dependencies
3737
run: npm install

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
- name: Setup Node.js
251251
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
252252
with:
253-
node-version: 18
253+
node-version: 22
254254

255255
- name: Install dependencies
256256
run: npm ci

0 commit comments

Comments
 (0)