Skip to content

Merge pull request #154 from techniq/dependabot/npm_and_yarn/vite-6.4.2 #58

Merge pull request #154 from techniq/dependabot/npm_and_yarn/vite-6.4.2

Merge pull request #154 from techniq/dependabot/npm_and_yarn/vite-6.4.2 #58

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4.0.0
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm test
env:
CI: true
- run: pnpm build