Skip to content

deps: bump the npm-major group across 1 directory with 4 updates #28

deps: bump the npm-major group across 1 directory with 4 updates

deps: bump the npm-major group across 1 directory with 4 updates #28

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Vite+
uses: voidzero-dev/setup-vp@9446e853b27985e00fb1b21193be026fc09198db # v1
with:
version: "0.1.19"
node-version-file: ".node-version"
cache: true
run-install: |
args: ['--frozen-lockfile']
- name: Run checks
run: vp check
- name: Run tests
run: vp test
- name: Build dist
run: vp pack