Skip to content

Bump astro from 4.12.2 to 4.14.2 #31

Bump astro from 4.12.2 to 4.14.2

Bump astro from 4.12.2 to 4.14.2 #31

Workflow file for this run

name: Run tests
on:
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
jobs:
lint:
name: Linting
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Lint check
run: npm run lint