We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a307778 commit 5a729abCopy full SHA for 5a729ab
1 file changed
.github/workflows/nextjs.yml
@@ -44,6 +44,7 @@ jobs:
44
exit 0
45
- name: Setup Node
46
uses: actions/setup-node@v4
47
+ working-directory: ./web
48
with:
49
node-version: "20"
50
cache: ${{ steps.detect-package-manager.outputs.manager }}
0 commit comments