Skip to content

Commit

Permalink
CI: Set node version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidar authored Nov 18, 2024
1 parent 1a9e597 commit 6238f85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: cargo install wasm-pack
- uses: actions/setup-node@v4
with:
node-version: node
node-version-file: .node-version
cache: 'yarn'
- run: yarn
- run: yarn lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: cargo install wasm-pack
- uses: actions/setup-node@v4
with:
node-version: node
node-version-file: .node-version
cache: 'yarn'
- run: yarn
- run: yarn build
Expand Down

0 comments on commit 6238f85

Please sign in to comment.