Skip to content

chore(deps): update dependency @types/lodash to v4.17.9 #350

chore(deps): update dependency @types/lodash to v4.17.9

chore(deps): update dependency @types/lodash to v4.17.9 #350

Workflow file for this run

name: 📦 Build and test npm Package
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout source code'
uses: actions/checkout@v4
with:
fetch-depth: 0 # Checkout all branches and tags
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v4
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
scope: '@kaoto-next'
cache: 'yarn'
# Install dependencies
- run: yarn
# Run tests
- name: 🧪 Run tests
run: yarn run test
# Build packages
- name: Build @kaoto-next/uniforms-patternfly
run: yarn run build