Skip to content

Bump remeda from 1.19.0 to 1.57.0 #60

Bump remeda from 1.19.0 to 1.57.0

Bump remeda from 1.19.0 to 1.57.0 #60

Workflow file for this run

name: Pull request
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20.5
- name: NPM install
run: npm ci
- name: Build
run: npm run ci-build