Skip to content

Commit

Permalink
👷 Add matrix to test run
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Å vagr committed Dec 4, 2024
1 parent d0bfc0a commit 03a7a35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ name: Test
on: [push]

jobs:
strategy:
matrix:
version: [ 18, 20, 22 ]
run-eslint-and-prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: ${{ matrix.version }}
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run build
Expand Down

0 comments on commit 03a7a35

Please sign in to comment.