We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98cb2c8 commit fd0014dCopy full SHA for fd0014d
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 }}
@@ -139,7 +139,7 @@ jobs:
139
- name: Use Node.js 18
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