Skip to content

Commit aeb5057

Browse files
CI: Stop testing for node 14
1 parent 596bb24 commit aeb5057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flatpak-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
runs-on: ubuntu-latest
8888
strategy:
8989
matrix:
90-
node-version: [14.x, 16.x]
90+
node-version: [16.x, 18.x, 20.x]
9191
steps:
9292
- uses: actions/checkout@v4
9393
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)