Skip to content

Bump lru-cache from 7.18.3 to 11.0.2 #78

Bump lru-cache from 7.18.3 to 11.0.2

Bump lru-cache from 7.18.3 to 11.0.2 #78

Workflow file for this run

name: coverage
on: [push, pull_request]
jobs:
coveralls:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
- name: npm install
run: npm i
- name: npm run coverage:ci
run: npm run coverage:ci
- name: coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}