Skip to content

ci(deps): bump actions/checkout from 2 to 4 #14

ci(deps): bump actions/checkout from 2 to 4

ci(deps): bump actions/checkout from 2 to 4 #14

Workflow file for this run

name: Actions
on:
pull_request:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12, 14, 16, 'lts/*']
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npx npm-install-peers
- name: Run linters
run: npm run lint