Skip to content

Commit d87d4b5

Browse files
committed
node: update python and flatpak runtime in workflow
1 parent 0848ee3 commit d87d4b5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/node.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
python-version:
26-
- '3.9'
27-
- '3.10'
28-
- '3.11'
2926
- '3.12'
3027
- '3.13'
28+
- '3.14'
3129
runs-on: ubuntu-latest
3230
steps:
3331
# 4.2.2
@@ -57,9 +55,7 @@ jobs:
5755
run: |
5856
flatpak --user remote-add flathub https://flathub.org/repo/flathub.flatpakrepo
5957
flatpak --user install -y flathub \
60-
org.freedesktop.{Platform,Sdk{,.Extension.node{14,16,18}}}//22.08
61-
flatpak --user install -y flathub \
62-
org.freedesktop.{Platform,Sdk{,.Extension.node{20,22}}}//24.08
58+
org.freedesktop.{Platform,Sdk{,.Extension.node{20,22,24}}}//25.08
6359
6460
- name: Install dependencies
6561
run: poetry install --with=dev

0 commit comments

Comments
 (0)