Skip to content

build(deps-dev): bump @types/react from 18.2.47 to 18.2.48 #33

build(deps-dev): bump @types/react from 18.2.47 to 18.2.48

build(deps-dev): bump @types/react from 18.2.47 to 18.2.48 #33

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
build:
if: github.repository_owner == 'AxaFrance'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "*" # Use the LTS Node.js version
cache: "npm"
- run: npm run package:check
- run: npm ci
- run: npm run lint -- --max-processes 1
- run: npm run build