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 78
78
- name : Install Node.js
79
79
uses : actions/setup-node@v4
80
80
with :
81
- node-version : " 20.18.3 "
81
+ node-version : " 20.19.0 "
82
82
83
83
- name : Install Wasm Pack
84
84
run : cargo install wasm-bindgen-cli --vers "0.2.92"
@@ -106,7 +106,7 @@ jobs:
106
106
- name : Install Node.js
107
107
uses : actions/setup-node@v4
108
108
with :
109
- node-version : " 20.18.3 "
109
+ node-version : " 20.19.0 "
110
110
111
111
- name : Package Install
112
112
run : npm install
@@ -131,7 +131,7 @@ jobs:
131
131
- name : Install Node.js
132
132
uses : actions/setup-node@v4
133
133
with :
134
- node-version : " 20.18.3 "
134
+ node-version : " 20.19.0 "
135
135
- name : Install Prettier
136
136
run : npm i -g prettier
137
137
@@ -290,7 +290,7 @@ jobs:
290
290
if : (startsWith(github.event.head_commit.message, 'feat') || startsWith(github.event.head_commit.message, 'fix')) && (github.event_name == 'push' && github.ref == 'refs/heads/main')
291
291
uses : actions/setup-node@v4
292
292
with :
293
- node-version : 20.18.3
293
+ node-version : 20.19.0
294
294
registry-url : https://registry.npmjs.org
295
295
296
296
- name : Install dependencies
@@ -403,7 +403,7 @@ jobs:
403
403
- name : Install Node
404
404
uses : actions/setup-node@v4
405
405
with :
406
- node-version : 20.18.3
406
+ node-version : 20.19.0
407
407
registry-url : https://registry.npmjs.org
408
408
- name : Install Rust
409
409
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.18.3 "
31
+ node-version : " 20.19.0 "
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