Skip to content

Commit

Permalink
fic(ci): incorrect Node version?
Browse files Browse the repository at this point in the history
revert packager script.

```
gyp info using [email protected] | darwin | x64
```

```
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=16.14.0 <17". Got "18.16.1"
```
  • Loading branch information
Akos Kitta committed Jul 31, 2023
1 parent 09320d5 commit f7d56e5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,16 @@ jobs:
fi
npx node-gyp install
./scripts/package.sh
yarn install --immutable
yarn --cwd arduino-ide-extension build
yarn test
yarn --cwd arduino-ide-extension test:slow
yarn --cwd arduino-ide-extension lint
yarn --cwd electron-app rebuild
yarn --cwd electron-app build
yarn --cwd electron-app package
- name: Upload [GitHub Actions]
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f7d56e5

Please sign in to comment.