Skip to content

Bump @next/bundle-analyzer from 14.2.13 to 15.0.3 #4

Bump @next/bundle-analyzer from 14.2.13 to 15.0.3

Bump @next/bundle-analyzer from 14.2.13 to 15.0.3 #4

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 22.11.0
cache: npm
- run: npm install
- run: npm run test:coverage
- name: Upload coverage report
uses: actions/upload-artifact@v3
with:
name: coverage-report
path: coverage/lcov-report