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 8787 - name : Install Node.js
8888 uses : actions/setup-node@v4
8989 with :
90- node-version : " 20.19.1 "
90+ node-version : " 20.19.4 "
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.1 "
118+ node-version : " 20.19.4 "
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.1 "
143+ node-version : " 20.19.4 "
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.1
302+ node-version : 20.19.4
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.1
424+ node-version : 20.19.4
425425 registry-url : https://registry.npmjs.org
426426 - name : Install Rust
427427 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.19.1 "
31+ node-version : " 20.19.4 "
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