Skip to content

Commit

Permalink
⬆️ Updated electron to 19.1.1 & Fixed CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
xurei committed Oct 5, 2022
1 parent 44965ee commit e7bfd05
Show file tree
Hide file tree
Showing 4 changed files with 5,417 additions and 3,730 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -4,15 +4,15 @@ on: [push]

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- run: npm i --force -g node@16.13.0
- run: npm i --force -g npm@8.1.0
- run: npm i --force -g node-gyp@8.4.1
- run: npm i --force -g node-gyp@9.2.0
- run: npm ci
- run: npm run lint
- run: rm -rf build || true; mkdir build
Expand Down

0 comments on commit e7bfd05

Please sign in to comment.