Skip to content

Commit

Permalink
chore: remove lts/-3 test
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Aug 4, 2023
1 parent 90f1e82 commit 201d96b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,7 @@ jobs:
strategy:
matrix:
test: [node-cjs-script, node-esm-script]
node-version: [lts/-3, lts/-2, lts/-1, lts/*, current]
exclude:
- test: node-esm-script
node-version: lts/-3
node-version: [lts/-2, lts/-1, lts/*, current]
defaults:
run:
working-directory: runtimes/${{ matrix.test }}
Expand Down

0 comments on commit 201d96b

Please sign in to comment.