Skip to content

Commit

Permalink
fix: update node version to 16 on all platforms (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
2xAA authored Nov 1, 2022
1 parent b1ea89f commit e871d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16'

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand All @@ -68,7 +68,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16'

- name: Install libndi4_4.5.1-1_amd64.deb
run: wget https://github.com/Palakis/obs-ndi/releases/download/4.9.0/libndi4_4.5.1-1_amd64.deb && sudo dpkg -i libndi4_4.5.1-1_amd64.deb
Expand Down

0 comments on commit e871d98

Please sign in to comment.