Skip to content

chore(deps-dev): bump @types/node from 18.17.14 to 18.18.12 #605

chore(deps-dev): bump @types/node from 18.17.14 to 18.18.12

chore(deps-dev): bump @types/node from 18.17.14 to 18.18.12 #605

Workflow file for this run

name: CI
on:
pull_request:
branches: [main, beta]
types: [opened, synchronize]
jobs:
init:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/quickstart
- uses: wagoid/commitlint-github-action@v5
env:
NODE_PATH: ${{ github.workspace }}/node_modules
validate:
needs: init
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/quickstart
- run: pnpm --filter="@chakra-icons/*" --filter="create-*" run lint
test:
needs: init
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/quickstart
- run: pnpm run test
build:
env:
NODE_OPTIONS: --max_old_space_size=8192
needs: init
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/quickstart
- run: pnpm run build