Skip to content

Commit f7d56e5

Browse files
author
Akos Kitta
committed
fic(ci): incorrect Node version?
revert packager script. ``` gyp info using node@16.14.2 | darwin | x64 ``` ``` error arduino-ide@2.1.2: The engine "node" is incompatible with this module. Expected version ">=16.14.0 <17". Got "18.16.1" ```
1 parent 09320d5 commit f7d56e5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,16 @@ jobs:
138138
fi
139139
140140
npx node-gyp install
141-
./scripts/package.sh
141+
yarn install --immutable
142+
143+
yarn --cwd arduino-ide-extension build
144+
yarn test
145+
yarn --cwd arduino-ide-extension test:slow
146+
yarn --cwd arduino-ide-extension lint
147+
148+
yarn --cwd electron-app rebuild
149+
yarn --cwd electron-app build
150+
yarn --cwd electron-app package
142151
143152
- name: Upload [GitHub Actions]
144153
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)