Skip to content

build: update all github actions #690

build: update all github actions

build: update all github actions #690

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@8e8c483db84b4bee98b60c0593521ed34d9990e8
- uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c
with:
with_install: false
- uses: actions/setup-node@65d868f8d4d85d7d4abb7de0875cde3fcc8798f5
with:
node-version: 24
- run: pnpm i --frozen-lockfile
- run: pnpm check-format
- run: pnpm release-build