Skip to content

Commit

Permalink
chore: test multiple node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jul 8, 2024
1 parent 26ad32e commit 5007c68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ on: pull_request
jobs:
test-core:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["16.x", "18.x", "20.x"]
steps:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 16
node-version: ${{ matrix.node-version }}

- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 5007c68

Please sign in to comment.