Skip to content

Bump defu from 6.1.4 to 6.1.6 #125

Bump defu from 6.1.4 to 6.1.6

Bump defu from 6.1.4 to 6.1.6 #125

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