Skip to content

chore(deps): bump promise.any from 2.0.5 to 2.0.6 (#315) #314

chore(deps): bump promise.any from 2.0.5 to 2.0.6 (#315)

chore(deps): bump promise.any from 2.0.5 to 2.0.6 (#315) #314

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 16
- 18
- 20
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test