Skip to content

Commit

Permalink
fix: update ci to node 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Markkop committed Aug 5, 2023
1 parent ab28ddb commit cdbacd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
include:
- os: macos-latest
node-version: '10'
node-version: '16'
cache-path: |
node_modules
~/.cache/electron
Expand All @@ -21,7 +21,7 @@ jobs:
ELECTRON_CACHE: ~/.cache/electron
ELECTRON_BUILDER_CACHE: ~/.cache/electron-builder
- os: ubuntu-latest
node-version: '10'
node-version: '16'
cache-path: node_modules

steps:
Expand Down

0 comments on commit cdbacd2

Please sign in to comment.