Skip to content

Bump @types/lodash from 4.14.192 to 4.14.199 #563

Bump @types/lodash from 4.14.192 to 4.14.199

Bump @types/lodash from 4.14.192 to 4.14.199 #563

Workflow file for this run

name: Run tests
on:
pull_request:
types: [opened, reopened, synchronize]
branches: [main]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: yarn
- run: yarn
- run: yarn build
- run: yarn test
run-tunnel-server-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: yarn
- run: yarn
working-directory: tunnel-server
- run: yarn build
working-directory: tunnel-server
- run: yarn test
working-directory: tunnel-server