Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Bump p-map from 4.0.0 to 7.0.1 #21

Bump p-map from 4.0.0 to 7.0.1

Bump p-map from 4.0.0 to 7.0.1 #21

Workflow file for this run

name: Node.js CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: |
npm test
npm run report-coverage
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}