Skip to content

Commit

Permalink
feat: limit to LTS and current
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner authored Aug 31, 2021
1 parent b3e8535 commit 2ed6acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [14.x, 16.x]

steps:
- name: Checkout
Expand Down

0 comments on commit 2ed6acf

Please sign in to comment.