File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments