Bump the all-dependencies group with 2 updates (#593) #1395
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |