Skip to content

Bump @vitest/coverage-v8 from 1.0.4 to 1.3.1 #99

Bump @vitest/coverage-v8 from 1.0.4 to 1.3.1

Bump @vitest/coverage-v8 from 1.0.4 to 1.3.1 #99

Workflow file for this run

name: NodeJS with Webpack
on:
workflow_dispatch:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install NPM Dependencies
run: npm install
- name: Build
run: npx webpack