Skip to content

Commit

Permalink
build: add setup node
Browse files Browse the repository at this point in the history
  • Loading branch information
oneofthezombies committed Feb 6, 2024
1 parent 69c158e commit fb003f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: '20.11.0'
# - uses: dtolnay/rust-toolchain@stable
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit fb003f0

Please sign in to comment.