Skip to content

Commit 240805a

Browse files
committed
Add Node.js version matrix to CI workflow
1 parent 845d1e7 commit 240805a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ jobs:
44
build:
55
name: Build & test
66
runs-on: ubuntu-latest
7+
strategy:
8+
matrix:
9+
node-version: [18.x, 20.x]
710
steps:
811
- uses: actions/checkout@v4
912
- uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)