Skip to content

ci(deps): bump cycjimmy/semantic-release-action from 2 to 4 #13

ci(deps): bump cycjimmy/semantic-release-action from 2 to 4

ci(deps): bump cycjimmy/semantic-release-action from 2 to 4 #13

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@v2
- 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