Skip to content

Commit 238cb57

Browse files
committed
chore: update dependency node to v22.22.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bffc197 commit 238cb57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Use Node.js 22
7474
uses: actions/setup-node@v6
7575
with:
76-
node-version: 22.22.0
76+
node-version: 22.22.1
7777
- name: Bootstrap project
7878
run: npm ci --ignore-scripts
7979
- name: Verify code linting
@@ -89,7 +89,7 @@ jobs:
8989
- name: Use Node.js 22
9090
uses: actions/setup-node@v6
9191
with:
92-
node-version: 22.22.0
92+
node-version: 22.22.1
9393
- name: Bootstrap project
9494
run: npm ci --ignore-scripts
9595
- name: Verify commit linting

0 commit comments

Comments
 (0)