Skip to content

Bump eslint from 8.57.0 to 9.37.0 #96

Bump eslint from 8.57.0 to 9.37.0

Bump eslint from 8.57.0 to 9.37.0 #96

Workflow file for this run

name: Build and Pack TS-InSpec-Objects
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
name: Build and Pack TS-InSpec-Objects
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
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