@@ -35,15 +35,15 @@ jobs:
3535 - uses : actions/checkout@v3
3636 - uses : actions/setup-node@v3
3737 with :
38- node-version : ' 18.17.1 '
38+ node-version : ' 18.18.2 '
3939 - uses : actions-rs/toolchain@v1
4040 with :
4141 toolchain : stable
4242 - uses : jetli/wasm-pack-action@v0.3.0
4343 with :
4444 version : ' v0.12.1'
4545 - name : Install rollup
46- run : sudo npm install -g rollup@3.28.1
46+ run : sudo npm install -g rollup@4.1.4
4747 - name : Compile WASM
4848 run : wasm-pack build thoth-app/ --target web --release
4949 - name : Pack APP
@@ -59,15 +59,15 @@ jobs:
5959 - uses : actions/checkout@v3
6060 - uses : actions/setup-node@v3
6161 with :
62- node-version : ' 18.17.1 '
62+ node-version : ' 18.18.2 '
6363 - uses : actions-rs/toolchain@v1
6464 with :
6565 toolchain : stable
6666 - uses : jetli/wasm-pack-action@v0.3.0
6767 with :
6868 version : ' v0.12.1'
6969 - name : Install rollup
70- run : sudo npm install -g rollup@3.28.1
70+ run : sudo npm install -g rollup@4.1.4
7171 - name : Compile WASM
7272 run : wasm-pack build thoth-app/ --target web --release
7373 - name : Pack APP
@@ -88,15 +88,15 @@ jobs:
8888 - uses : actions/checkout@v3
8989 - uses : actions/setup-node@v3
9090 with :
91- node-version : ' 18.17.1 '
91+ node-version : ' 18.18.2 '
9292 - uses : actions-rs/toolchain@v1
9393 with :
9494 toolchain : stable
9595 - uses : jetli/wasm-pack-action@v0.3.0
9696 with :
9797 version : ' v0.12.1'
9898 - name : Install rollup
99- run : sudo npm install -g rollup@3.28.1
99+ run : sudo npm install -g rollup@4.1.4
100100 - name : Compile WASM
101101 run : wasm-pack build thoth-app/ --target web --release
102102 - name : Pack APP
0 commit comments