Skip to content

chore(deps): bump async from 3.2.5 to 3.2.6 #274

chore(deps): bump async from 3.2.5 to 3.2.6

chore(deps): bump async from 3.2.5 to 3.2.6 #274

Workflow file for this run

name: Test library
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
node-version:
- 18
- 20
- 21
env:
NODE_OPTIONS: '--dns-result-order=ipv4first'
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm test