Skip to content

Commit

Permalink
build: update actions to avoid use of old node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-alarcon committed Jul 24, 2023
1 parent 9ba4d78 commit bda33a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
uses: actions/checkout@v3

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '16'

- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1
uses: coparse-inc/action-electron-builder@v1.0.0
# Only install Snapcraft on Ubuntu
if: startsWith(matrix.os, 'ubuntu')
with:
Expand Down

0 comments on commit bda33a8

Please sign in to comment.