Skip to content

Commit 5cfefeb

Browse files
committed
Update nextjs.yml
1 parent 846678c commit 5cfefeb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nextjs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
echo "runner=yarn" >> $GITHUB_OUTPUT
4444
- name: Setup Node
4545
uses: actions/setup-node@v4
46+
run: |
47+
pwd
48+
ls -la
4649
with:
4750
node-version: "20"
4851
cache: ${{ steps.detect-package-manager.outputs.manager }}

0 commit comments

Comments
 (0)