Skip to content

SDK 2.0.0 - Rewrite with fetch #44

SDK 2.0.0 - Rewrite with fetch

SDK 2.0.0 - Rewrite with fetch #44

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
name: Node ${{ matrix.node-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test