Skip to content

Change default node-version-file to package.json (#6) #37

Change default node-version-file to package.json (#6)

Change default node-version-file to package.json (#6) #37

Workflow file for this run

name: CI
on:
push:
pull_request:
branches: [main]
jobs:
main:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
node:
- latest
- lts/*
- 16
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: ./
with:
node-version: ${{ matrix.node }}
- run: pnpm lint:fix