Skip to content

build(deps-dev): bump webpack from 5.92.1 to 5.95.0 (#189) #269

build(deps-dev): bump webpack from 5.92.1 to 5.95.0 (#189)

build(deps-dev): bump webpack from 5.92.1 to 5.95.0 (#189) #269

Workflow file for this run

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