Skip to content
Snippets Groups Projects
Verified Commit 7adebfb9 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: new node installation

parent 8fd8601c
No related branches found
No related tags found
No related merge requests found
Pipeline #1887 passed
......@@ -50,6 +50,7 @@ jobs:
"1.65.0",
"latest"
]
node-version: ["16"]
runs-on: ubuntu-latest
container: rust:${{ matrix.rust-version }}
steps:
......@@ -68,7 +69,9 @@ jobs:
name: Install wasm-pack
- run: wasm-pack build --release --target=web --out-dir=frontends/web/lib -- --features wasm
name: Build WASM Web binary
- run: apt-get update && apt-get install -y -q nodejs npm
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.rust-version }}
name: Install Node.js
- run: cd frontends/web && npm install && npm run build && npm run lint
name: Build and lint Web code
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment