Skip to content

build(deps): bump alpinejs from 3.12.2 to 3.12.3 #314

build(deps): bump alpinejs from 3.12.2 to 3.12.3

build(deps): bump alpinejs from 3.12.2 to 3.12.3 #314

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
name: Test Compilation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
- name: Install packages
run: npm ci
- name: Fetch data
run: npm run fetch
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run tests (build is okay)
run: npm run build