We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36cad0 commit 1232f78Copy full SHA for 1232f78
1 file changed
.github/workflows/e2e-next-faustwp-example.yml
@@ -37,7 +37,10 @@ jobs:
37
# and use the PR branch to pull the correct example URL
38
- name: npx create next app
39
run: |
40
- npx degit ${PR_REPO}#${PR_BRANCH} --src=examples/next/faustwp-getting-started e2e-app
+ npx degit ${PR_REPO}#${PR_BRANCH} --src=examples/next/faustwp-getting-started e2e-app \
41
+ cd e2e-app \
42
+ nvm use \
43
+ npm ci
44
- name: install and build packages
45
working-directory: ./
46
0 commit comments