Skip to content

Commit b5d1fa2

Browse files
committed
Log next.js version
1 parent 4c73009 commit b5d1fa2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
- name: Install dependencies with pnpm
2626
run: pnpm install --frozen-lockfile
2727

28+
- name: Log docs Next.js version
29+
run: cd apps/docs && pnpm exec next --version
30+
31+
- name: Log web Next.js version
32+
run: cd apps/web && pnpm exec next --version
33+
2834
- name: Run deploy script
2935
env:
3036
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

0 commit comments

Comments
 (0)