Skip to content

chore(deps): bump @astrojs/check from 0.7.0 to 0.8.1 in the astro group #278

chore(deps): bump @astrojs/check from 0.7.0 to 0.8.1 in the astro group

chore(deps): bump @astrojs/check from 0.7.0 to 0.8.1 in the astro group #278

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 6
steps:
- uses: actions/checkout@v4
- run: corepack enable
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm build