Skip to content

Bump multer from 2.0.1 to 2.0.2 #1684

Bump multer from 2.0.1 to 2.0.2

Bump multer from 2.0.1 to 2.0.2 #1684

Workflow file for this run

name: Echidna tests
on:
push:
pull_request:
paths-ignore:
- "!.github/workflows/**"
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 22.x]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install --legacy-peer-deps
- run: cp config.js.example config.js
- run: npm run build --if-present