Skip to content

[Snyk] Upgrade @types/node from 18.11.18 to 18.16.16 #3251

[Snyk] Upgrade @types/node from 18.11.18 to 18.16.16

[Snyk] Upgrade @types/node from 18.11.18 to 18.16.16 #3251

Workflow file for this run

# Check that only correctly formatted golang code is merged
name: Check Format
on:
pull_request:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: CPU Info
run: |
cat /proc/cpuinfo
echo "Number of cores: $(nproc)"
echo "Number of threads: $(nproc --all)"
- uses: actions/checkout@v3
with:
# fetch branches and history so `git merge-base` in check-format-on-diff works correctly
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: "^1.18" # The Go version to download (if necessary) and use.
check-latest: true
- name: Check formatting
shell: bash
run: tools/format/check-format-on-diff.sh --simplify --branch origin/${{ github.base_ref }}