Skip to content

build(deps): bump rollup from 4.21.0 to 4.22.4 in the npm_and_yarn gr… #256

build(deps): bump rollup from 4.21.0 to 4.22.4 in the npm_and_yarn gr…

build(deps): bump rollup from 4.21.0 to 4.22.4 in the npm_and_yarn gr… #256

Workflow file for this run

name: build
on: [push, pull_request]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci --prefer-offline
- name: Lint commit message
run: npx commitlint --from=HEAD~1
- name: Run ESLint
run: npm run lint
- name: Type check
run: npm run lint:tsc
- name: Build
run: npm run build -- --base /${{ github.event.repository.name }}/
env:
VITE_GOOGLE_ANALYTICS_ID: ${{ vars.GOOGLE_ANALYTICS_ID }}
- name: Deploy
if: github.ref_name == 'master'
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist