Skip to content

Commit

Permalink
Try node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Dec 8, 2023
1 parent b971b4a commit c6f51f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/bundle-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
os: [macos-13, windows-2019, ubuntu-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'
check-latest: true

- name: Install dependencies
Expand Down

0 comments on commit c6f51f4

Please sign in to comment.