Skip to content

Bumping undici-retry to 2.0.1 #93

Bumping undici-retry to 2.0.1

Bumping undici-retry to 2.0.1 #93

Workflow file for this run

name: ci
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: |
npm install
- name: Build TS
run: |
npm run build
- name: Run Tests
run: |
npm run test:ci