Skip to content

Commit

Permalink
chore(ci): install weval during CI
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Adossi <[email protected]>
  • Loading branch information
vados-cosmonic committed Nov 9, 2024
1 parent dbc24fc commit 8172e0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
macos-latest
]
node: [18.x, 20.x, latest]
weval:
- 'v0.3.2'
exclude:
- os: macos-latest
node: 20.x
Expand All @@ -61,6 +63,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- uses: jaxxstorm/[email protected]
with:
repo: bytecodealliance/weval
tag: {{ matrix.weval }}
- name: Install NPM packages
run: npm ci
- name: Download Build
Expand Down
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

0 comments on commit 8172e0a

Please sign in to comment.