Skip to content

Bump rollup from 3.29.4 to 3.29.5 (#1087) #516

Bump rollup from 3.29.4 to 3.29.5 (#1087)

Bump rollup from 3.29.4 to 3.29.5 (#1087) #516

Workflow file for this run

name: Website CI
on:
push:
branches:
- master
pull_request:
env:
NODE_VERSION: '16.x'
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: wyvox/action-setup-pnpm@v3
with:
node-version: '${{ env.NODE_VERSION }}'
- name: Lint
run: pnpm --filter website lint