fix next.js build cache path

This commit is contained in:
ramnique 2025-02-04 17:49:19 +05:30
parent 463c36bc0c
commit a56277a4af

View file

@ -15,6 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
cache-dependency-path: 'apps/rowboat/package-lock.json'
node-version: '20'
cache: 'npm'