Skip to content

Bump flatted from 3.3.3 to 3.4.2 #119

Bump flatted from 3.3.3 to 3.4.2

Bump flatted from 3.3.3 to 3.4.2 #119

Workflow file for this run

name: CI
on: [push]
jobs:
test:
strategy:
matrix:
nodeVersion: [20, 22, 24]
name: Tests
runs-on: ubuntu-latest
container:
image: node:${{ matrix.nodeVersion }}-alpine
steps:
- uses: actions/checkout@v6
- name: Install dependencies
run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test:coverage