Skip to content

⬆️ Bump @types/lodash from 4.17.9 to 4.17.10 #11644

⬆️ Bump @types/lodash from 4.17.9 to 4.17.10

⬆️ Bump @types/lodash from 4.17.9 to 4.17.10 #11644

Workflow file for this run

name: Resources build with `prod`
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 18.x, 20.x ]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Run production build
run: npm run build