Skip to content

chore(deps): bump astro-expressive-code from 0.38.3 to 0.40.1 #49

chore(deps): bump astro-expressive-code from 0.38.3 to 0.40.1

chore(deps): bump astro-expressive-code from 0.38.3 to 0.40.1 #49

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
lint:
name: Check for build and type issues
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: install node
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint
- name: Run check
run: npm run check
- name: Run build
run: npm run build