Skip to content

chore(deps): bump serialize-javascript from 7.0.4 to 7.0.5 #1376

chore(deps): bump serialize-javascript from 7.0.4 to 7.0.5

chore(deps): bump serialize-javascript from 7.0.4 to 7.0.5 #1376

Workflow file for this run

name: 🚧 Validate
on:
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build-all
- name: Unit tests
run: npm run test:unit