Skip to content

Bump astro from 4.16.8 to 4.16.18 in /docs (#23) #103

Bump astro from 4.16.8 to 4.16.18 in /docs (#23)

Bump astro from 4.16.8 to 4.16.18 in /docs (#23) #103

Workflow file for this run

name: Tests
env:
NODE_VERSION: 22
on:
push:
branches: master
pull_request:
branches: master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: npm
- name: Install dependencies
run: npm install
- name: Tests
run: npm run test