Skip to content

Bump babel and webpack dependencies as of June 2024 #195

Bump babel and webpack dependencies as of June 2024

Bump babel and webpack dependencies as of June 2024 #195

Workflow file for this run

name: Automated tests
on:
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
- name: Install dependencies
run: npm ci
- run: npm run build --if-present
- run: npm test