Skip to content

fix(deps): update dependency alpinejs to ^3.14.3 #707

fix(deps): update dependency alpinejs to ^3.14.3

fix(deps): update dependency alpinejs to ^3.14.3 #707

Workflow file for this run

name: build-script
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/setup-node@v4.0.4
with:
node-version: '18.x'
cache: 'yarn'
- name: use yarn
run: |
yarn install
yarn css
yarn build