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

Bump minitest from 5.15.0 to 5.20.0 #173

Bump minitest from 5.15.0 to 5.20.0

Bump minitest from 5.15.0 to 5.20.0 #173

Workflow file for this run

name: Node
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '16'
check-latest: true
- name: Install packages
run: npm ci
- name: Build
run: npm run build