Skip to content

Bump vitest from 4.0.14 to 4.0.15 #176

Bump vitest from 4.0.14 to 4.0.15

Bump vitest from 4.0.14 to 4.0.15 #176

Workflow file for this run

name: Build and Pack TS-InSpec-Objects
on:
push:
branches: [ main ]
pull_request:
permissions:
contents: read
jobs:
build:
name: Build and Pack TS-InSpec-Objects
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 22
cache: 'npm'
- name: Prep
run: |
npm ci
rm -rf test
- name: Build
run: npm run build
- name: Pack
run: npm pack