We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98cb2c8 commit ee25604Copy full SHA for ee25604
1 file changed
.github/workflows/flatpak-test.yml
@@ -119,7 +119,7 @@ jobs:
119
runs-on: ubuntu-latest
120
strategy:
121
matrix:
122
- node-version: [18.x, 20.x]
+ node-version: [24.x, 25.x]
123
steps:
124
- uses: actions/checkout@v4
125
- name: Use Node.js ${{ matrix.node-version }}
@@ -136,10 +136,10 @@ jobs:
136
137
138
139
- - name: Use Node.js 18
+ - name: Use Node.js 24
140
uses: actions/setup-node@v3
141
with:
142
- node-version: "18"
+ node-version: "24"
143
- run: yarn install --also=dev
144
working-directory: flatpak-builder
145
- run: yarn run eslint .
0 commit comments