Skip to content

fix(proxy): add new proxy, make unstable proxy last fallback #149

fix(proxy): add new proxy, make unstable proxy last fallback

fix(proxy): add new proxy, make unstable proxy last fallback #149

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
- name: Install dependencies
run: npm install
- name: "Run Tests"
run: npm run test
- run: npm ci
- run: npm test