Skip to content

Commit

Permalink
ci: run unit tests on nodejs v14 as well as v20
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Sep 3, 2023
1 parent be50631 commit bf90797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
strategy:
matrix:
runs-on: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14.x, 20.x]
fail-fast: false

runs-on: ${{ matrix.runs-on }}
Expand All @@ -28,7 +29,7 @@ jobs:
- name: Set Node.js version
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
node-version: ${{ matrix.node-version }}

- name: npm install
run: npm install
Expand Down

0 comments on commit bf90797

Please sign in to comment.