Skip to content

Bump lodash-es from 4.17.21 to 4.17.23 in /website #140

Bump lodash-es from 4.17.21 to 4.17.23 in /website

Bump lodash-es from 4.17.21 to 4.17.23 in /website #140

Workflow file for this run

name: JavaScript chores
on: [push, pull_request, workflow_dispatch]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: node
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run lint