Skip to content

Commit

Permalink
Merge pull request #1387 from hovancik/fix/build
Browse files Browse the repository at this point in the history
Use python 11 until node-gyp gets upped
  • Loading branch information
hovancik authored Nov 4, 2023
2 parents 9ad97b0 + 8f3ca45 commit a941426
Show file tree
Hide file tree
Showing 7 changed files with 266 additions and 202 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/arm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ on:
- release

env:
USE_SYSTEM_FPM: true
USE_SYSTEM_FPM: true

jobs:
build:
runs-on: buildjet-2vcpu-ubuntu-2204-arm
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: actions/setup-node@v3
with:
node-version: '18.17.1'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install libarchive-tools
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: actions/setup-node@v3
with:
node-version: '18.17.1'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flatpak-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install the required packages
run: sudo apt -y install appstream-util desktop-file-utils
- name: Verify the AppStream metadata file
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/snap-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: actions/setup-node@v3
with:
node-version: '18.17.1'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
timezoneMacos: Europe/Amsterdam
timezoneWindows: W. Europe Standard Time
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down
113 changes: 64 additions & 49 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a941426

Please sign in to comment.