Skip to content

Bump @rollup/plugin-babel from 6.0.3 to 6.0.4 #6

Bump @rollup/plugin-babel from 6.0.3 to 6.0.4

Bump @rollup/plugin-babel from 6.0.3 to 6.0.4 #6

Workflow file for this run

name: 'Build'
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Test build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: |
npm install
npm run test
npm run build