Skip to content

Commit 485d203

Browse files
renovate[bot]dhmlau
authored andcommitted
chore: update dependency node to v20.19.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 49e24ea commit 485d203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Use Node.js 20
4343
uses: actions/setup-node@v5
4444
with:
45-
node-version: 20
45+
node-version: 20.19.5
4646
- name: Bootstrap project
4747
run: |
4848
npm ci --ignore-scripts
@@ -60,7 +60,7 @@ jobs:
6060
- name: Use Node.js 20
6161
uses: actions/setup-node@v5
6262
with:
63-
node-version: 20
63+
node-version: 20.19.5
6464
- name: Bootstrap project
6565
run: |
6666
npm ci --ignore-scripts

0 commit comments

Comments
 (0)