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 cdfc1fc commit 22011daCopy full SHA for 22011da
.github/workflows/faster-template-prebuild-vercel-tutor.yml
@@ -1,11 +1,6 @@
1
name: Prebuild Vercel Tutor
2
3
-on:
4
- push:
5
- branches:
6
- - main
7
- workflow_dispatch:
8
- inputs:
+on: push
9
10
jobs:
11
clone-build-deploy:
@@ -21,16 +16,15 @@ jobs:
21
16
22
17
- run: |
23
18
node --version
24
- npm --version
19
+ corepack enable
25
20
26
27
- npm install -g vercel@latest
+ pnpm i -g vercel@latest
28
vc --version
29
30
- working-directory: ./vercel-tutor
31
run: |
32
- corepack enable
33
- pnpm install
+ pnpm i
34
env:
35
NPM_CONFIG_LOGLEVEL: http
36
0 commit comments