Skip to content

Bump @unleash/proxy-client-react from 4.3.1 to 4.4.0 #59

Bump @unleash/proxy-client-react from 4.3.1 to 4.4.0

Bump @unleash/proxy-client-react from 4.3.1 to 4.4.0 #59

Workflow file for this run

name: 'CI for PRs'
on:
pull_request:
branches: [devel]
jobs:
pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'npm'
- name: 'Install modules'
run: |
npm install
# fail if npm install had to change package-lock.json
git diff --exit-code package-lock.json
- name: 'Check the code builds & lints'
run: npm run verify