Skip to content

Bump picomatch (#692) #1610

Bump picomatch (#692)

Bump picomatch (#692) #1610

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@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.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