Merge pull request 'change node version for pull cicd' (#28) from create_form into staging
Deploy cdrdpyj / deploy (push) Failing after 11s
Details
Deploy cdrdpyj / deploy (push) Failing after 11s
Details
Reviewed-on: #28
This commit is contained in:
commit
540083f099
|
|
@ -20,13 +20,17 @@ jobs:
|
|||
echo "PM2_ENV=staging" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
cache: 'npm'
|
||||
cache: 'pnpm'
|
||||
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: pnpm install --frozen-lockfile
|
||||
- run: pnpm run build
|
||||
|
||||
- name: Copy build to VPS
|
||||
uses: appleboy/scp-action@master
|
||||
|
|
|
|||
Loading…
Reference in New Issue