Skip to content

Commit

Permalink
[#54] Use package-lock.json instead of yarn.lock for next.js v13
Browse files Browse the repository at this point in the history
  • Loading branch information
tednguyendev committed May 24, 2023
1 parent 2862456 commit 7eb0c69
Show file tree
Hide file tree
Showing 3 changed files with 8,739 additions and 710 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs_13_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: '16'
cache: 'npm'
cache-dependency-path: 'nextjs-13/yarn.lock'
cache-dependency-path: 'nextjs-13/package-lock.json'

- name: Install dependencies
run: npm ci
Expand Down
Loading

0 comments on commit 7eb0c69

Please sign in to comment.