Skip to content

Merge pull request #8 from yiwen-ai/dependabot/npm_and_yarn/vite-5.2.8 #3

Merge pull request #8 from yiwen-ai/dependabot/npm_and_yarn/vite-5.2.8

Merge pull request #8 from yiwen-ai/dependabot/npm_and_yarn/vite-5.2.8 #3

Workflow file for this run

name: 'npm test && publish'
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- run: npm install -g pnpm
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
- run: |
pnpm install
pnpm lint
pnpm test
pnpm build