Skip to content

Commit

Permalink
update to node16
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbenmbarek committed Nov 28, 2022
1 parent c4adfe9 commit aca25b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/release-notes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ outputs:
release-note: # id of output
description: 'Release notes'
runs:
using: 'node12'
using: 'node16'
main: 'main.js'
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 16

- name: Get last git tag
id: tag
Expand All @@ -58,7 +58,7 @@ jobs:


- name: Waiting on All checks
uses: lewagon/wait-on-check-action@v0.2
uses: lewagon/wait-on-check-action@v1.2.0
with:
ref: ${{ github.ref }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:

# Compile app and upload artifacts
- name: Compile & release Electron app
uses: samuelmeuli/action-electron-builder@v1
uses: samuelmeuli/action-electron-builder@v1.6.0
env:
VITE_APP_VERSION: ${{ needs.draft.outputs.version }}
with:
Expand Down

0 comments on commit aca25b2

Please sign in to comment.