Skip to content

Commit 75af5d9

Browse files
chore(deps): update dependency node to v20.19.1 (#3363)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 25afa6d commit 75af5d9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Install Node.js
8888
uses: actions/setup-node@v4
8989
with:
90-
node-version: "20.19.0"
90+
node-version: "20.19.1"
9191

9292
- name: Install Wasm Pack
9393
run: cargo install wasm-bindgen-cli --vers "0.2.92"
@@ -115,7 +115,7 @@ jobs:
115115
- name: Install Node.js
116116
uses: actions/setup-node@v4
117117
with:
118-
node-version: "20.19.0"
118+
node-version: "20.19.1"
119119

120120
- name: Package Install
121121
run: npm install
@@ -140,7 +140,7 @@ jobs:
140140
- name: Install Node.js
141141
uses: actions/setup-node@v4
142142
with:
143-
node-version: "20.19.0"
143+
node-version: "20.19.1"
144144
- name: Install Prettier
145145
run: npm i -g prettier
146146

@@ -299,7 +299,7 @@ jobs:
299299
if: (startsWith(github.event.head_commit.message, 'feat') || startsWith(github.event.head_commit.message, 'fix')) && (github.event_name == 'push' && github.ref == 'refs/heads/main')
300300
uses: actions/setup-node@v4
301301
with:
302-
node-version: 20.19.0
302+
node-version: 20.19.1
303303
registry-url: https://registry.npmjs.org
304304

305305
- name: Install dependencies
@@ -421,7 +421,7 @@ jobs:
421421
- name: Install Node
422422
uses: actions/setup-node@v4
423423
with:
424-
node-version: 20.19.0
424+
node-version: 20.19.1
425425
registry-url: https://registry.npmjs.org
426426
- name: Install Rust
427427
uses: actions-rust-lang/setup-rust-toolchain@v1

.github/workflows/lint.yml

+1-1
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.19.0"
31+
node-version: "20.19.1"
3232
- name: Install Prettier
3333
run: npm install --global prettier
3434
- name: Install Stable Toolchain

0 commit comments

Comments
 (0)