Skip to content

Commit

Permalink
Update Node version in build and publish steps (#146)
Browse files Browse the repository at this point in the history
* Update Node version in build and publish steps

* Bump Electron Forge deps

* Revert "Bump Electron Forge deps"

This reverts commit 9a57cc4.
  • Loading branch information
sergeichestakov authored Jan 2, 2024
1 parent a0910e9 commit a3dc4fb
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.10.x
cache: pnpm
- name: Install
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.10.x
cache: pnpm
- name: Install
run: pnpm install
Expand Down

0 comments on commit a3dc4fb

Please sign in to comment.