mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 08:26:22 +02:00
fix next.js build cache path
This commit is contained in:
parent
463c36bc0c
commit
a56277a4af
1 changed files with 1 additions and 0 deletions
1
.github/workflows/rowboat-build.yml
vendored
1
.github/workflows/rowboat-build.yml
vendored
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue