Skip to content

chore(deps): bump the npm_and_yarn group across 1 directory with 6 updates #1074

chore(deps): bump the npm_and_yarn group across 1 directory with 6 updates

chore(deps): bump the npm_and_yarn group across 1 directory with 6 updates #1074

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PCC_SITE_ID: ${{ secrets.PCC_SITE_ID }}
PCC_TOKEN: ${{ secrets.PCC_TOKEN }}
IS_CICD: true
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2
with:
version: 8.6.11
- name: Setup nodejs
uses: actions/setup-node@v3
with:
node-version: 18
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Build Packages
run: pnpm run build
- name: Build Starters
run: pnpm run build:starters
- name: Lint
run: pnpm run lint