Skip to content

chore: bump version to 39.3.4 and update dependencies #724

chore: bump version to 39.3.4 and update dependencies

chore: bump version to 39.3.4 and update dependencies #724

Workflow file for this run

name: Gateway Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Gateway Tests
strategy:
matrix:
node-version: [20.x, 22.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Run Gateway Tests
run: npm run test:gateway