Skip to content

Commit e14bf17

Browse files
committed
chore: update dependency node to v20.19.4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 37e1d26 commit e14bf17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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 20
7777
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
7878
with:
79-
node-version: 20
79+
node-version: 20.19.4
8080
- name: Update NPM
8181
run: npm install --global npm
8282
- name: Bootstrap project
@@ -97,7 +97,7 @@ jobs:
9797
- name: Use Node.js 20
9898
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
9999
with:
100-
node-version: 20
100+
node-version: 20.19.4
101101
- name: Update NPM
102102
run: npm install --global npm
103103
- name: Bootstrap project

0 commit comments

Comments
 (0)