Skip to content

Update dependency @rollup/plugin-alias to v5.1.1 #8250

Update dependency @rollup/plugin-alias to v5.1.1

Update dependency @rollup/plugin-alias to v5.1.1 #8250

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js LTS
uses: actions/setup-node@v4
with:
node-version: lts/*
- run: yarn
- run: yarn lint
- run: yarn test:coverage
- run: yarn build