Skip to content

Commit

Permalink
just lts for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Jan 7, 2024
1 parent 5ff3ae9 commit 0ae28c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -4,8 +4,8 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-2019]
node: [10, 12, 14, 16]
node-version: [lts/*]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} / Node ${{ matrix.node }}
steps:
Expand Down

0 comments on commit 0ae28c7

Please sign in to comment.