Skip to content

Commit fef33cb

Browse files
authored
Update dependencies (#244)
* action: Bump to node 24 Fixes #242 * ci: Test with supported Node versions * Update dependencies
1 parent 0a63139 commit fef33cb

7 files changed

Lines changed: 66728 additions & 63032 deletions

File tree

.github/workflows/flatpak-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
runs-on: ubuntu-latest
120120
strategy:
121121
matrix:
122-
node-version: [18.x, 20.x]
122+
node-version: [24.x, 25.x]
123123
steps:
124124
- uses: actions/checkout@v4
125125
- name: Use Node.js ${{ matrix.node-version }}
@@ -136,10 +136,10 @@ jobs:
136136
runs-on: ubuntu-latest
137137
steps:
138138
- uses: actions/checkout@v4
139-
- name: Use Node.js 18
139+
- name: Use Node.js 24
140140
uses: actions/setup-node@v3
141141
with:
142-
node-version: "18"
142+
node-version: "24"
143143
- run: yarn install --also=dev
144144
working-directory: flatpak-builder
145145
- run: yarn run eslint .

flat-manager/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ inputs:
3535
required: false
3636
default: "false"
3737
runs:
38-
using: "node20"
38+
using: "node24"
3939
main: "dist/index.js"

0 commit comments

Comments
 (0)