Skip to content

chore: release jitar 0.7.4 #455

chore: release jitar 0.7.4

chore: release jitar 0.7.4 #455

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
paths:
- 'packages/**'
pull_request:
branches: [ main ]
paths:
- 'packages/**'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 21.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
cache-dependency-path: '**/package-lock.json'
- run: npm ci
- run: npm install @nrwl/nx-linux-x64-gnu
- run: npx lerna run lint,test --scope=@jitar/reflection --scope=@jitar/serialization --scope=@jitar/runtime --scope=@jitar/caching --scope=@jitar/server-nodejs --scope=jitar --scope=create-jitar --scope=@jitar/plugin-vite