Skip to content

Commit

Permalink
ci(npm-test): adjustl version matrix to package engines
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny committed Oct 20, 2023
1 parent d9325e1 commit 2249ef3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ jobs:

strategy:
matrix:
node-version: [16, 18]
npm-version: [8]
include:
- node-version: 14
npm-version: 7
node-version: [20]
npm-version: [9]

name: node${{ matrix.node-version }}

Expand Down

0 comments on commit 2249ef3

Please sign in to comment.