Skip to content

Commit 6717a02

Browse files
chore: update dependency node to v22.22.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 89447e5 commit 6717a02

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@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
7878
with:
79-
node-version: 22.22.1
79+
node-version: 22.22.2
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@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
9999
with:
100-
node-version: 22.22.1
100+
node-version: 22.22.2
101101
- name: Update NPM
102102
run: npm install --global npm
103103
- name: Bootstrap project

0 commit comments

Comments
 (0)