Skip to content

chore(deps): bump actions/checkout in the github-actions group (#235) #548

chore(deps): bump actions/checkout in the github-actions group (#235)

chore(deps): bump actions/checkout in the github-actions group (#235) #548

Workflow file for this run

name: Publish Preview Package
on:
push:
branches: [main]
pull_request:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Setup Node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 20
cache: 'npm'
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build
- name: Publish Preview Package
run: npx pkg-pr-new publish