Skip to content

Commit

Permalink
ci: upgrade to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Jan 25, 2024
1 parent a5d5a8f commit 58ff987
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v2
with:
node-version: 16.14.0
node-version: 20.0.0

- uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lintAndTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- uses: actions/[email protected]
with:
node-version: '16.14'
node-version: '20.0.0'
- run: yarn install --network-timeout 1000000
- run: yarn lint:check
- run: yarn test
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v2
with:
node-version: 16.14.0
node-version: 20.0.0

- name: Build & release Electron app
shell: bash
Expand Down

0 comments on commit 58ff987

Please sign in to comment.