Skip to content

Commit

Permalink
Update npm-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Sep 14, 2023
1 parent 6a71550 commit 6a884ee
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@ jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
version: [14, 16, 18]

steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
- name: Setup Node.js ${{ matrix.version }}
uses: actions/setup-node@v3
with:
check-latest: true
node-version-file: '.nvmrc'
node-version: ${{ matrix.version }}
- name: Install
run: npm ci
- name: Test
Expand Down

0 comments on commit 6a884ee

Please sign in to comment.