Skip to content

Bump the all-dependencies group with 3 updates #1423

Bump the all-dependencies group with 3 updates

Bump the all-dependencies group with 3 updates #1423

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