Skip to content

Commit 4e8fae6

Browse files
renovate[bot]dhmlau
authored andcommitted
chore: update dependency node to v22.23.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a893f81 commit 4e8fae6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Use Node.js 22
7373
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
7474
with:
75-
node-version: 22
75+
node-version: 22.23.1
7676
cache: 'npm'
7777
- name: Bootstrap project
7878
run: |
@@ -101,7 +101,7 @@ jobs:
101101
- name: Use Node.js 22
102102
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
103103
with:
104-
node-version: 22
104+
node-version: 22.23.1
105105
cache: npm
106106
- name: Bootstrap project
107107
run: |
@@ -136,7 +136,7 @@ jobs:
136136
- name: Use Node.js 22
137137
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
138138
with:
139-
node-version: 22
139+
node-version: 22.23.1
140140
cache: npm
141141
- name: Bootstrap project
142142
run: |

0 commit comments

Comments
 (0)