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

fix: new node version fix

parent 7adebfb9
No related branches found
No related tags found
No related merge requests found
Pipeline #1892 passed
......@@ -71,7 +71,7 @@ jobs:
name: Build WASM Web binary
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.rust-version }}
node-version: ${{ matrix.node-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