File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 87
87
- name : Install Node.js
88
88
uses : actions/setup-node@v4
89
89
with :
90
- node-version : " 20.19.0 "
90
+ node-version : " 20.19.1 "
91
91
92
92
- name : Install Wasm Pack
93
93
run : cargo install wasm-bindgen-cli --vers "0.2.92"
@@ -115,7 +115,7 @@ jobs:
115
115
- name : Install Node.js
116
116
uses : actions/setup-node@v4
117
117
with :
118
- node-version : " 20.19.0 "
118
+ node-version : " 20.19.1 "
119
119
120
120
- name : Package Install
121
121
run : npm install
@@ -140,7 +140,7 @@ jobs:
140
140
- name : Install Node.js
141
141
uses : actions/setup-node@v4
142
142
with :
143
- node-version : " 20.19.0 "
143
+ node-version : " 20.19.1 "
144
144
- name : Install Prettier
145
145
run : npm i -g prettier
146
146
@@ -299,7 +299,7 @@ jobs:
299
299
if : (startsWith(github.event.head_commit.message, 'feat') || startsWith(github.event.head_commit.message, 'fix')) && (github.event_name == 'push' && github.ref == 'refs/heads/main')
300
300
uses : actions/setup-node@v4
301
301
with :
302
- node-version : 20.19.0
302
+ node-version : 20.19.1
303
303
registry-url : https://registry.npmjs.org
304
304
305
305
- name : Install dependencies
@@ -421,7 +421,7 @@ jobs:
421
421
- name : Install Node
422
422
uses : actions/setup-node@v4
423
423
with :
424
- node-version : 20.19.0
424
+ node-version : 20.19.1
425
425
registry-url : https://registry.npmjs.org
426
426
- name : Install Rust
427
427
uses : actions-rust-lang/setup-rust-toolchain@v1
Original file line number Diff line number Diff line change 28
28
- name : Install Node.js
29
29
uses : actions/setup-node@v4
30
30
with :
31
- node-version : " 20.19.0 "
31
+ node-version : " 20.19.1 "
32
32
- name : Install Prettier
33
33
run : npm install --global prettier
34
34
- name : Install Stable Toolchain
You can’t perform that action at this time.
0 commit comments