Skip to content

chore(master): release 1.1.8 [skip-ci] (#26) #29

chore(master): release 1.1.8 [skip-ci] (#26)

chore(master): release 1.1.8 [skip-ci] (#26) #29

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
name: test
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
node-version: [22, 24]
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run lint
- run: npm test