Merge pull request 'fix to node deploy' (#29) from create_form into staging
Deploy cdrdpyj / deploy (push) Failing after 7s
Details
Deploy cdrdpyj / deploy (push) Failing after 7s
Details
Reviewed-on: #29
This commit is contained in:
commit
86b6d92339
|
|
@ -27,7 +27,6 @@ jobs:
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
cache: 'pnpm'
|
|
||||||
|
|
||||||
- run: pnpm install --frozen-lockfile
|
- run: pnpm install --frozen-lockfile
|
||||||
- run: pnpm run build
|
- run: pnpm run build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue