Skip to content

Merge pull request #331 from The-Arkose/renovate/vitejs-plugin-react-4.x #757

Merge pull request #331 from The-Arkose/renovate/vitejs-plugin-react-4.x

Merge pull request #331 from The-Arkose/renovate/vitejs-plugin-react-4.x #757

Workflow file for this run

name: Test
on:
push:
branches:
- develop
pull_request:
branches:
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
- run: pnpm install --frozen-lockfile
- run: pnpm test