Skip to content

chore(deps-dev): bump launch-editor from 2.6.0 to 2.14.1 #722

chore(deps-dev): bump launch-editor from 2.6.0 to 2.14.1

chore(deps-dev): bump launch-editor from 2.6.0 to 2.14.1 #722

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version: [20.x, 22.x, 24.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run generate
- run: npm test