Skip to content

Bump rollup from 3.29.4 to 3.29.5 in the npm_and_yarn group #74

Bump rollup from 3.29.4 to 3.29.5 in the npm_and_yarn group

Bump rollup from 3.29.4 to 3.29.5 in the npm_and_yarn group #74

Workflow file for this run

name: Linting
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm install standard
- run: npm run lint