Skip to content

Bump eslint-plugin-unicorn from 48.0.0 to 48.0.1 #227

Bump eslint-plugin-unicorn from 48.0.0 to 48.0.1

Bump eslint-plugin-unicorn from 48.0.0 to 48.0.1 #227

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
env:
FORCE_COLOR: 3
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node:
- 18
- 20
os:
- macos-latest
- ubuntu-latest
- windows-latest
steps:
- name: Check out repository
uses: actions/checkout@v3.5.3
- name: Set up Node.js ${{ matrix.node }}
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm test