Skip to content

Commit

Permalink
Remove node v10
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvw1 committed Aug 22, 2024
1 parent bde05ad commit 8f0f483
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,37 +22,27 @@ jobs:
- 8
- 9
node:
- 10
- 12
- 14
- 16
- 18
- 20
exclude:
# pnpm >= v9 does not support node <= v16
- node: 10
version: 9
- node: 12
version: 9
- node: 14
version: 9
- node: 16
version: 9
# pnpm >= v8 does not support node <= v14
- node: 10
version: 8
- node: 12
version: 8
- node: 14
version: 8
# pnpm >= v7 does not support node <= v12
- node: 10
version: 7
- node: 12
version: 7
# pnpm >= v6 does not support node <= v10
- node: 10
version: 6
name: plugin-test (pnpm v${{ matrix.version }}, Node.js v${{ matrix.node }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 8f0f483

Please sign in to comment.