Skip to content

build(deps): bump slug from 9.1.0 to 10.0.0 #2838

build(deps): bump slug from 9.1.0 to 10.0.0

build(deps): bump slug from 9.1.0 to 10.0.0 #2838

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- '*'
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- name: Install modules
run: yarn
- name: Run tests
run: yarn test --coverage --collectCoverageFrom='!src/pages/**/*.tsx'
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}