Skip to content

fix(deps): update dependency stylelint-config-standard to v36 #5030

fix(deps): update dependency stylelint-config-standard to v36

fix(deps): update dependency stylelint-config-standard to v36 #5030

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
build:
name: Test on node ${{ matrix.node_version }}
runs-on: ubuntu-latest
strategy:
matrix:
node_version: ['14', '16', '18']
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8.6.1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: pnpm install, build, and test
run: |
pnpm install --frozen-lockfile
pnpm test