Skip to content

Bump the all-dependencies group with 3 updates #1602

Bump the all-dependencies group with 3 updates

Bump the all-dependencies group with 3 updates #1602

Workflow file for this run

name: 'Check if build is ok'
on:
push:
jobs:
build:
name: 'Check if build is ok'
runs-on: ubuntu-latest
steps:
- name: check out
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 1
- name: setup node
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version: 24
cache: 'npm'
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: '^1.25'
- run: |
npm install
make -j 2