Skip to content

Bump @pagefind/default-ui from 1.1.0 to 1.1.1 in /docs (#14) #83

Bump @pagefind/default-ui from 1.1.0 to 1.1.1 in /docs (#14)

Bump @pagefind/default-ui from 1.1.0 to 1.1.1 in /docs (#14) #83

Workflow file for this run

name: Tests
env:
NODE_VERSION: 20
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