Skip to content

Merge branch 'main' of https://github.com/csstools/stylelint-value-no… #28

Merge branch 'main' of https://github.com/csstools/stylelint-value-no…

Merge branch 'main' of https://github.com/csstools/stylelint-value-no… #28

Workflow file for this run

name: test
on:
push:
concurrency:
group: branch-node-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20, 'lts/*']
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: 1
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: ${{ matrix.node }}
- run: npm i
- run: npm run test