Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f7d56e5

Browse filesBrowse 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
Copy full SHA for f7d56e5

File tree

Expand file treeCollapse file tree

1 file changed

+10
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-1
lines changed

‎.github/workflows/build.yml

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+10-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.