Skip to content

Commit

Permalink
ci: run against maintenance + lts + latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Apr 24, 2024
1 parent 10ba04c commit 72d61f9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ jobs:
fail-fast: false
matrix:
node-version:
- 18
- 20
# see the following:
# https://github.com/actions/setup-node?tab=readme-ov-file#supported-version-syntax
# https://github.com/nvm-sh/nvm/issues/1998#issuecomment-594958684
- lts/-1
- lts/*
- latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 72d61f9

Please sign in to comment.