Skip to content

feat: Bump minimal version of Astro to 4.12 #306

feat: Bump minimal version of Astro to 4.12

feat: Bump minimal version of Astro to 4.12 #306

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup PNPM
run: corepack enable && pnpm -v
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.19.0
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Test
run: pnpm test