Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
Merge branch 'development' of github.com:Stremio/stremio-core-web int…
Browse files Browse the repository at this point in the history
…o surround_sound_enabled
  • Loading branch information
unclekingpin committed Nov 20, 2023
2 parents 2d84918 + 6e2e196 commit 26266d5
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 26266d5

Please sign in to comment.