Skip to content

chore: update npm linux to v1.5.23 and windows to v1.5.5 #13271

chore: update npm linux to v1.5.23 and windows to v1.5.5

chore: update npm linux to v1.5.23 and windows to v1.5.5 #13271

Workflow file for this run

name: check-tests
on: pull_request
jobs:
check-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: '^1.16'
- run: |
E2E_TEST=true
export E2E_TEST
make test
name: Unit Test