Skip to content

build: update all github actions - autoclosed #1072

build: update all github actions - autoclosed

build: update all github actions - autoclosed #1072

Workflow file for this run

on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
- uses: pnpm/action-setup@62bce642757454630341df504b8b9ee51f1332da
with:
with_install: false
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
with:
node-version: 24
- run: pnpm i --frozen-lockfile
- run: pnpm check-format
- run: pnpm release-build