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 148ae47 commit 027d28fCopy full SHA for 027d28f
.github/workflows/lint.yml
@@ -62,6 +62,6 @@ jobs:
62
- uses: actions/setup-node@v4
63
with:
64
cache: 'pnpm'
65
- node-version-file: ${{ matrix.node }}
+ node-version: ${{ matrix.node }}
66
- run: pnpm install
67
- run: pnpm build
0 commit comments