Skip to content

Commit

Permalink
Merge pull request #1439 from hovancik/up/npm-python
Browse files Browse the repository at this point in the history
Update NPM and PYTHON
  • Loading branch information
hovancik authored Feb 13, 2024
2 parents a913d4e + 5e9ef7c commit 00a8000
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: '18.18.2'
- run: sudo apt update && sudo apt-get install --no-install-recommends -y ruby-full libarchive-tools
- run: sudo gem install fpm -v 1.15
- run: npm install npm@9 -g
- run: npm install npm -g
- run: npm install
- run: node_modules/.bin/electron-builder build
env:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- uses: actions/setup-node@v3
with:
node-version: '18.18.2'
- run: npm install npm@9 -g
- run: pip install setuptools
- run: npm install npm -g
- run: npm install
- run: node_modules/.bin/electron-builder build
env:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/snap-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '18.18.2'
- run: npm install -g npm@9
- run: pip install setuptools
- run: npm install -g npm
- run: npm install
- run: node_modules/.bin/electron-builder --linux snap --publish=never
env:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.18.2'
- run: npm install npm@9 -g
- run: pip install setuptools
- run: npm install npm -g
- run: npm install
- name: Install missing usocket
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 00a8000

Please sign in to comment.