Skip to content

chore(deps-dev): bump rollup from 4.54.0 to 4.59.0 (#9) #27

chore(deps-dev): bump rollup from 4.54.0 to 4.59.0 (#9)

chore(deps-dev): bump rollup from 4.54.0 to 4.59.0 (#9) #27

Workflow file for this run

name: main
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/cache@v5
with:
path: node_modules
key: "${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}"
- run: npm install
- run: npm run build
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/cache@v5
with:
path: node_modules
key: "${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}"
- run: npm install
- run: npm run lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/cache@v5
with:
path: node_modules
key: "${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}"
- run: npm install
- run: npm run test