Skip to content

Bump vitest from 1.0.4 to 1.4.0 #101

Bump vitest from 1.0.4 to 1.4.0

Bump vitest from 1.0.4 to 1.4.0 #101

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