Skip to content

force color

force color #4

Workflow file for this run

name: Test and check
on:
push:
branches-ignore: ['main']
env:
FORCE_COLOR: 1
jobs:
test:
runs-on: ubuntu-24.04
timeout-minutes: 10
strategy:
matrix:
node-version: [20, 22]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
with:
node-version: ${{ matrix.node-version }}
- uses: ./.github/actions/test