Skip to content

Bump reffy from 14.0.1 to 14.0.2 #209

Bump reffy from 14.0.1 to 14.0.2

Bump reffy from 14.0.1 to 14.0.2 #209

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
env:
FORCE_COLOR: 3