We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845d1e7 commit 240805aCopy full SHA for 240805a
.github/workflows/main.yml
@@ -4,6 +4,9 @@ jobs:
4
build:
5
name: Build & test
6
runs-on: ubuntu-latest
7
+ strategy:
8
+ matrix:
9
+ node-version: [18.x, 20.x]
10
steps:
11
- uses: actions/checkout@v4
12
- uses: pnpm/action-setup@v4
0 commit comments