Skip to content

Commit b527789

Browse files
ci: drop node v10
1 parent 3a92a3b commit b527789

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
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
strategy:
4646
matrix:
47-
node-version: [10.x, 12.x, 14.x]
47+
node-version: [12.x, 14.x]
4848
steps:
4949
- uses: actions/checkout@v2
5050
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)