Skip to content

build(deps): bump rollup from 4.18.0 to 4.22.4 in /examples/example in the npm_and_yarn group across 1 directory #405

build(deps): bump rollup from 4.18.0 to 4.22.4 in /examples/example in the npm_and_yarn group across 1 directory

build(deps): bump rollup from 4.18.0 to 4.22.4 in /examples/example in the npm_and_yarn group across 1 directory #405

Workflow file for this run

name: Build
on:
push:
branches: [master]
pull_request:
jobs:
tests:
name: "tests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- run: yarn install --frozen-lockfile
- name: run prettier checker
run: yarn prettier:check
- name: run tests
run: yarn test