Skip to content

ci: bump GitHub Actions to Node 24 runtimes #506

ci: bump GitHub Actions to Node 24 runtimes

ci: bump GitHub Actions to Node 24 runtimes #506

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
persist-credentials: false
- name: Prepare
uses: ./.github/actions/prepare
- name: Build
run: pnpm build