Skip to content

Commit 72abf2b

Browse files
chore(deps): update dependency node to v20.19.0 (#3336)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ffb19a2 commit 72abf2b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Install Node.js
7979
uses: actions/setup-node@v4
8080
with:
81-
node-version: "20.18.3"
81+
node-version: "20.19.0"
8282

8383
- name: Install Wasm Pack
8484
run: cargo install wasm-bindgen-cli --vers "0.2.92"
@@ -106,7 +106,7 @@ jobs:
106106
- name: Install Node.js
107107
uses: actions/setup-node@v4
108108
with:
109-
node-version: "20.18.3"
109+
node-version: "20.19.0"
110110

111111
- name: Package Install
112112
run: npm install
@@ -131,7 +131,7 @@ jobs:
131131
- name: Install Node.js
132132
uses: actions/setup-node@v4
133133
with:
134-
node-version: "20.18.3"
134+
node-version: "20.19.0"
135135
- name: Install Prettier
136136
run: npm i -g prettier
137137

@@ -290,7 +290,7 @@ jobs:
290290
if: (startsWith(github.event.head_commit.message, 'feat') || startsWith(github.event.head_commit.message, 'fix')) && (github.event_name == 'push' && github.ref == 'refs/heads/main')
291291
uses: actions/setup-node@v4
292292
with:
293-
node-version: 20.18.3
293+
node-version: 20.19.0
294294
registry-url: https://registry.npmjs.org
295295

296296
- name: Install dependencies
@@ -403,7 +403,7 @@ jobs:
403403
- name: Install Node
404404
uses: actions/setup-node@v4
405405
with:
406-
node-version: 20.18.3
406+
node-version: 20.19.0
407407
registry-url: https://registry.npmjs.org
408408
- name: Install Rust
409409
uses: actions-rust-lang/setup-rust-toolchain@v1

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Node.js
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: "20.18.3"
31+
node-version: "20.19.0"
3232
- name: Install Prettier
3333
run: npm install --global prettier
3434
- name: Install Stable Toolchain

0 commit comments

Comments
 (0)