Skip to content

Bump @tootallnate/once and jest #89

Bump @tootallnate/once and jest

Bump @tootallnate/once and jest #89

Workflow file for this run

name: Test
on:
push:
branches:
- "master"
pull_request:
branches:
- "master"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "24"
- name: Install dependencies
run: npm ci
- name: Run test
run: npm run test