Skip to content

Bump webpack from 5.90.1 to 5.94.0 #9

Bump webpack from 5.90.1 to 5.94.0

Bump webpack from 5.90.1 to 5.94.0 #9

Workflow file for this run

name: Test
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js LTS
uses: actions/[email protected]
with:
node-version: lts/*
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test