Skip to content

Commit 913ceb6

Browse files
chore: update dependency node to v20.19.6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad77299 commit 913ceb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Use Node.js 20
7575
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
7676
with:
77-
node-version: 20
77+
node-version: 20.19.6
7878
cache: 'npm'
7979
- name: Bootstrap project
8080
run: |
@@ -103,7 +103,7 @@ jobs:
103103
- name: Use Node.js 20
104104
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
105105
with:
106-
node-version: 20
106+
node-version: 20.19.6
107107
cache: npm
108108
- name: Bootstrap project
109109
run: |
@@ -138,7 +138,7 @@ jobs:
138138
- name: Use Node.js 20
139139
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
140140
with:
141-
node-version: 20
141+
node-version: 20.19.6
142142
cache: npm
143143
- name: Bootstrap project
144144
run: |

0 commit comments

Comments
 (0)