Skip to content

Commit

Permalink
Update GH workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanH committed Jul 10, 2024
1 parent 6c454a5 commit e24eca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-develop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build electron releases - development

env:
NODE_VERSION: "14.18"
NODE_VERSION: "18"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build electron releases

env:
NODE_VERSION: "14.18"
NODE_VERSION: "18"

on:
push:
Expand Down

0 comments on commit e24eca0

Please sign in to comment.