Skip to content

chore: bump ws from 8.16.0 to 8.17.0 #270

chore: bump ws from 8.16.0 to 8.17.0

chore: bump ws from 8.16.0 to 8.17.0 #270

Workflow file for this run

name: "Test"
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [18, 20]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
- run: sh scripts/ci-install.sh
- name: Run test
env:
NODE_OPTIONS: "--max-old-space-size=8192"
run: npm run test