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 62aeb1e commit 9172597Copy full SHA for 9172597
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/setup-node@v4
25
with:
26
cache: 'pnpm'
27
- node-version: ${{ matrix.node-version }}
+ node-version: ${{ matrix.node }}
28
29
- name: Install dependencies
30
run: pnpm install
0 commit comments