Skip to content

build(deps-dev): bump webpack from 5.94.0 to 5.95.0 #2638

build(deps-dev): bump webpack from 5.94.0 to 5.95.0

build(deps-dev): bump webpack from 5.94.0 to 5.95.0 #2638

Workflow file for this run

on: ['push', 'pull_request']
name: Test Coveralls
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
node-version: '16'
- name: yarn install
run: yarn install
- name: yarn test
run: yarn test
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}