Skip to content

Bump actions/checkout from 4.2.0 to 4.2.1 in the all-dependencies gro… #1413

Bump actions/checkout from 4.2.0 to 4.2.1 in the all-dependencies gro…

Bump actions/checkout from 4.2.0 to 4.2.1 in the all-dependencies gro… #1413

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