Skip to content

Bump eslint-config-prettier from 8.8.0 to 8.9.0 (#395) #415

Bump eslint-config-prettier from 8.8.0 to 8.9.0 (#395)

Bump eslint-config-prettier from 8.8.0 to 8.9.0 (#395) #415

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version:
- 16
- 18
- 19
- 20
os:
- ubuntu-latest
env:
API_KEY: 123abc
OAUTH2_ACCESS_TOKEN: fake
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- uses: coverallsapp/github-action@v2