Skip to content

Commit dd2ae8b

Browse files
renovate[bot]achrinza
authored andcommitted
chore: update dependency node to v22.23.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 752848e commit dd2ae8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Use Node.js 22
6464
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
6565
with:
66-
node-version: 22.22.3
66+
node-version: 22.23.0
6767
- name: Bootstrap project
6868
run: npm ci --ignore-scripts
6969
- name: Verify code linting
@@ -79,7 +79,7 @@ jobs:
7979
- name: Use Node.js 22
8080
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
8181
with:
82-
node-version: 22.22.3
82+
node-version: 22.23.0
8383
- name: Bootstrap project
8484
run: npm ci --ignore-scripts
8585
- name: Verify commit linting

0 commit comments

Comments
 (0)