Skip to content

Commit

Permalink
Test javy-cli on Node versions 16, 18, and 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles committed Aug 15, 2023
1 parent ac4ce40 commit 79a1c5c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci-npm-javy-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,21 @@ on:

jobs:
test:
name: npm_test-${{ matrix.os }}
name: npm_test-${{ matrix.os }}-${{ matrix.node }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [16, 18, 20]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

- run: npm install
working-directory: npm/javy-cli

Expand Down

0 comments on commit 79a1c5c

Please sign in to comment.