Skip to content

Bump the all-dependencies group with 2 updates #1393

Bump the all-dependencies group with 2 updates

Bump the all-dependencies group with 2 updates #1393

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/[email protected]
with:
fetch-depth: 1
- name: setup node
uses: actions/[email protected]
with:
node-version: 20
cache: 'npm'
- uses: actions/setup-go@v5
with:
go-version: '^1.20'
- run: |
npm install
make -j 2