Skip to content

Commit 229d368

Browse files
committed
chore: update dependency node to v22.22.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 40511a7 commit 229d368

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Use Node.js 22
7777
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
7878
with:
79-
node-version: 22.21.1
79+
node-version: 22.22.0
8080
- name: Update NPM
8181
run: npm install --global npm
8282
- name: Bootstrap project
@@ -97,7 +97,7 @@ jobs:
9797
- name: Use Node.js 22
9898
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
9999
with:
100-
node-version: 22.21.1
100+
node-version: 22.22.0
101101
- name: Update NPM
102102
run: npm install --global npm
103103
- name: Bootstrap project

0 commit comments

Comments
 (0)