Skip to content

Commit

Permalink
Merge pull request #73 from Stremio/fix/ci-workflow-prerelease
Browse files Browse the repository at this point in the history
fix: pre-release workflow
  • Loading branch information
unclekingpin committed Nov 20, 2023
2 parents 7d0301e + 0146aad commit 6e2e196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 12
node-version: ${{ env.NODE_VERSION }}
cache: "npm"
registry-url: https://registry.npmjs.org/

Expand All @@ -28,7 +28,7 @@ jobs:

- uses: taiki-e/install-action@v2
with:
tool: wasm-pack@0.10.3
tool: wasm-pack@${{ env.WASM_PACK_VERSION }}

- name: Install NPM dependencies
run: npm ci
Expand Down

0 comments on commit 6e2e196

Please sign in to comment.