Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jun 25, 2023
1 parent 6a8e689 commit fe7f75e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ jobs:
runs-on: ${{matrix.os}}
container:
image: ${{matrix.image}}
options: -u node
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version: 16
- run: yarn --frozen-lockfile
- run: yarn prebuild --arch ${{ matrix.arch }}
- name: Upload artifacts
Expand Down

0 comments on commit fe7f75e

Please sign in to comment.