Skip to content

chore(.github/workflows/test-multiple-versions.yml): improve workflow with removing duplicated configs #1031

chore(.github/workflows/test-multiple-versions.yml): improve workflow with removing duplicated configs

chore(.github/workflows/test-multiple-versions.yml): improve workflow with removing duplicated configs #1031

name: LiveCodes Preview
on: [pull_request]
jobs:
build_and_prepare:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- uses: live-codes/preview-in-livecodes@v1
with:
install-command: pnpm install
build-command: pnpm build
base-url: 'https://{{LC::REF}}.preview-in-livecodes-demo.pages.dev'