Skip to content

Commit

Permalink
Merge pull request #1477 from ORNL-AMO/update-node-version-for-electr…
Browse files Browse the repository at this point in the history
…on-builds

Update NodeJS version for Electron Builds
  • Loading branch information
rmroot authored Feb 19, 2024
2 parents b468686 + 3ab3771 commit 4c36818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Node setup
uses: actions/setup-node@v3
with:
node-version: 16.14.2
node-version: 20.10.0
- name: Cache setup
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Node setup
uses: actions/setup-node@v3
with:
node-version: 16.14.2
node-version: 20.10.0
- name: Cache setup
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 4c36818

Please sign in to comment.