Skip to content

Commit

Permalink
update node versions for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hristoiankov committed Jan 13, 2025
1 parent 6eb56a5 commit 25bc875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/angular-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [21.x]
defaults:
run:
working-directory: ./cider-app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/electron-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [18.x]
node-version: [21.x]
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
defaults:
Expand Down

0 comments on commit 25bc875

Please sign in to comment.