@@ -35,15 +35,15 @@ jobs:
35
35
- uses : actions/checkout@v3
36
36
- uses : actions/setup-node@v3
37
37
with :
38
- node-version : ' 18.18.2 '
38
+ node-version : ' 20.10.0 '
39
39
- uses : actions-rs/toolchain@v1
40
40
with :
41
41
toolchain : stable
42
42
- uses : jetli/wasm-pack-action@v0.3.0
43
43
with :
44
44
version : ' v0.12.1'
45
45
- name : Install rollup
46
- run : sudo npm install -g rollup@4.1.4
46
+ run : sudo npm install -g rollup@4.9.1
47
47
- name : Compile WASM
48
48
run : wasm-pack build thoth-app/ --target web --release
49
49
- name : Pack APP
@@ -59,15 +59,15 @@ jobs:
59
59
- uses : actions/checkout@v3
60
60
- uses : actions/setup-node@v3
61
61
with :
62
- node-version : ' 18.18.2 '
62
+ node-version : ' 20.10.0 '
63
63
- uses : actions-rs/toolchain@v1
64
64
with :
65
65
toolchain : stable
66
66
- uses : jetli/wasm-pack-action@v0.3.0
67
67
with :
68
68
version : ' v0.12.1'
69
69
- name : Install rollup
70
- run : sudo npm install -g rollup@4.1.4
70
+ run : sudo npm install -g rollup@4.9.1
71
71
- name : Compile WASM
72
72
run : wasm-pack build thoth-app/ --target web --release
73
73
- name : Pack APP
@@ -88,15 +88,15 @@ jobs:
88
88
- uses : actions/checkout@v3
89
89
- uses : actions/setup-node@v3
90
90
with :
91
- node-version : ' 18.18.2 '
91
+ node-version : ' 20.10.0 '
92
92
- uses : actions-rs/toolchain@v1
93
93
with :
94
94
toolchain : stable
95
95
- uses : jetli/wasm-pack-action@v0.3.0
96
96
with :
97
97
version : ' v0.12.1'
98
98
- name : Install rollup
99
- run : sudo npm install -g rollup@4.1.4
99
+ run : sudo npm install -g rollup@4.9.1
100
100
- name : Compile WASM
101
101
run : wasm-pack build thoth-app/ --target web --release
102
102
- name : Pack APP
0 commit comments