Skip to content

Bump commonmarker from 0.23.9 to 0.23.10 in /docs #418

Bump commonmarker from 0.23.9 to 0.23.10 in /docs

Bump commonmarker from 0.23.9 to 0.23.10 in /docs #418

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version:
- 16
- 18
- 19
- 20
os:
- ubuntu-latest
env:
API_KEY: 123abc
OAUTH2_ACCESS_TOKEN: fake
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- uses: coverallsapp/github-action@v2