Skip to content

Update dependency next to v16.2.3 [SECURITY] #142

Update dependency next to v16.2.3 [SECURITY]

Update dependency next to v16.2.3 [SECURITY] #142

Workflow file for this run

name: Reviewer
on:
pull_request:
branches: [main]
env:
CI: true
jobs:
CI:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: lts/*
- name: Install the dependencies needed for the application
run: npm install
- name: Lint the application
run: bash scripts/lint.sh
- name: Build the application
run: bash scripts/build.sh