Skip to content

Commit

Permalink
node 16 needed for ffmpeg.wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
mradamcox authored Dec 21, 2023
1 parent 0f78466 commit 215103a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/repair-av.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- uses: actions/checkout@master

# NODE
- name: Use Node.js 18.x
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 18.x
node-version: 16.x

- name: install node packages
run: yarn install
Expand Down

0 comments on commit 215103a

Please sign in to comment.