Skip to content

build(deps): bump remark-lint-final-definition from 3.1.1 to 3.1.2 #290

build(deps): bump remark-lint-final-definition from 3.1.1 to 3.1.2

build(deps): bump remark-lint-final-definition from 3.1.1 to 3.1.2 #290

Workflow file for this run

name: Tests
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
env:
FORCE_COLOR: 2
jobs:
test:
name: Node ${{ matrix.node }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node:
- 14
- 16
- 18
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Clone nodejs/node repository
uses: actions/checkout@v3
with:
repository: nodejs/node
path: tmp
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: npm
- name: Install npm dependencies
run: npm ci
- name: Run tests
run: npm test