We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8786d2b commit deb4cd9Copy full SHA for deb4cd9
.github/workflows/node.js.yml
@@ -24,7 +24,7 @@ jobs:
24
node-version: 22.x
25
cache: 'pnpm'
26
- run: pnpm install --frozen-lockfile
27
- - run: pnpm run build --if-present
+ - run: pnpm run build
28
- run: pnpm test
29
- uses: actions/upload-artifact@v4
30
name: Upload build as artifact
0 commit comments