Skip to content

Commit

Permalink
Run tests on all LTS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored Feb 27, 2025
1 parent 8850294 commit 9f2fee0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@ jobs:
include:
- os: ubuntu-latest
target-folder: drop-linux
node-version: 18.x
- os: windows-latest
target-folder: drop
node-version: 22.x

steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: "20"
node-version: ${{ matrix.node-version }}

- name: npm ci
run: npm ci
Expand Down

0 comments on commit 9f2fee0

Please sign in to comment.