Skip to content

build: update all github actions - autoclosed #1060

build: update all github actions - autoclosed

build: update all github actions - autoclosed #1060

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@58e6119fe4f3092a76a7771efb55e04d25b6b26f
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