Skip to content

Bump rollup from 4.21.3 to 4.22.4 in the npm_and_yarn group #149

Bump rollup from 4.21.3 to 4.22.4 in the npm_and_yarn group

Bump rollup from 4.21.3 to 4.22.4 in the npm_and_yarn group #149

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test_code:
name: Test code
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install
run: |
npm ci
- name: Audit
run: |
npm audit
- name: Lint
run: |
npm run lint
- name: Test
run: |
npm test
- name: Build
run: |
npm run build