Skip to content

fix: Add "preload", "prefetch", and "lazy loading" #56

fix: Add "preload", "prefetch", and "lazy loading"

fix: Add "preload", "prefetch", and "lazy loading" #56

Workflow file for this run

name: Semantic Release
on:
push:
branches:
- master
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: 'npm'
- run: npm ci
- env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release