Skip to content

Bump flatted from 3.3.3 to 3.4.2 #598

Bump flatted from 3.3.3 to 3.4.2

Bump flatted from 3.3.3 to 3.4.2 #598

Workflow file for this run

name: Node Copy Paste Detector
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js 22
uses: actions/setup-node@v6
with:
node-version: 24
cache: 'npm'
- name: npm cpd
run: |
npm ci
npm run cpd
env:
CI: true