We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9daab59 commit e2c1424Copy full SHA for e2c1424
1 file changed
.github/workflows/deploy-pull-requests.yml
@@ -24,6 +24,9 @@ jobs:
24
- run: sed -i 's/yarn vercel-build/yarn vercel-preview-build/' vercel.json
25
shell: bash
26
27
+ - run: node -v
28
+ shell: bash
29
+
30
- uses: amondnet/vercel-action@master
31
id: vercel-deploy # identifier to reference this step
32
with:
0 commit comments