Skip to content

Commit 34adb10

Browse files
add extract create-next-app version for CI
1 parent 145c30a commit 34adb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Create Next.js application
4242
run: |
43-
npx create-next-app@{{ env.NEXT_APP_VERSION }} test-nextjs-app \
43+
npx create-next-app@${{ env.NEXT_APP_VERSION }} test-nextjs-app \
4444
--typescript=${{ matrix.TYPESCRIPT }} \
4545
--src-dir=${{ matrix.SRC_DIR }} \
4646
--app=${{ matrix.APP_ROUTER }} \

0 commit comments

Comments
 (0)