Skip to content

Commit

Permalink
comment out node setup (no next js app)
Browse files Browse the repository at this point in the history
  • Loading branch information
sohbatSandhu committed Dec 2, 2024
1 parent c84a778 commit b92832e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
# exit 1
# fi

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
cache: 'npm'
# cache: ${{ steps.detect-package-manager.outputs.manager }}
# - name: Setup Node
# uses: actions/setup-node@v4
# with:
# node-version: "20"
# cache: 'npm'
# # cache: ${{ steps.detect-package-manager.outputs.manager }}

# - name: Change src directory
# run: cd nextjs-app
Expand Down

0 comments on commit b92832e

Please sign in to comment.