ci: remove node.js version matrix #1519

Merged
Sainan merged 1 commits from no-matrix into main 2025-04-09 06:52:30 -07:00

View File

@ -5,16 +5,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
version: [18, 20, 22]
steps:
- name: Checkout
uses: actions/checkout@v4.1.2
- name: Setup Node.js environment
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.version }}
- run: npm ci
- run: cp config.json.example config.json
- run: npm run verify