Skip to content

Update bezier-easing to 3.0.1 #1497

Update bezier-easing to 3.0.1

Update bezier-easing to 3.0.1 #1497

Workflow file for this run

name: Build Files
on: push
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 24.13.0
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
with:
version: 10.26.2
- run: pnpm install --frozen-lockfile
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: downloads
key: downloads-${{ hashFiles('Makefile') }}
restore-keys: |
downloads-
- run: make -j