Skip to content

Commit

Permalink
ci: update node20 SDK to 24.08
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed Oct 30, 2024
1 parent 6c40104 commit dba8290
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
platforms: arm64
- name: Prepare Runtime
run: |
flatpak --system remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak --system install -y --noninteractive flathub-beta org.freedesktop.Sdk.Extension.node20/${{ matrix.arch }}/24.08beta
flatpak --system update -y --noninteractive
flatpak --system install -y --noninteractive flathub org.freedesktop.Sdk.Extension.node20/${{ matrix.arch }}/24.08
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: com.vixalien.sticky.flatpak
Expand Down
10 changes: 2 additions & 8 deletions build-aux/flatpak/com.vixalien.sticky.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,13 @@
"build-commands": [
"/usr/lib/sdk/node20/enable.sh",
"mkdir -p /app",
"cp -r $FLATPAK_BUILDER_BUILDDIR/flatpak-node/yarn-mirror/ /app"
"cp -r $FLATPAK_BUILDER_BUILDDIR/flatpak-node/yarn-mirror/ /app",
"echo $'yarn-offline-mirror \"/app/yarn-mirror\"' > /app/.yarnrc"
],
"sources": [
"generated-sources.json"
]
},
{
"name": "write-yarnrc",
"buildsystem": "simple",
"build-commands": [
"echo yarn-offline-mirror \"/app/yarn-mirror\" > /app/.yarnrc"
]
},
{
"name": "sticky-notes",
"buildsystem": "meson",
Expand Down

0 comments on commit dba8290

Please sign in to comment.