Skip to content

Commit 0504c08

Browse files
chore(deps): update dependency node to v22
1 parent 03a2be9 commit 0504c08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 18
24+
node-version: 22.19.0
2525
- name: Install dependencies
2626
run: npm ci
2727
- name: Build

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 18
22+
node-version: 22.19.0
2323
- name: Install dependencies
2424
run: npm ci
2525
- name: Lint

0 commit comments

Comments
 (0)