Skip to content

Bump the dependencies group with 12 updates #545

Bump the dependencies group with 12 updates

Bump the dependencies group with 12 updates #545

Workflow file for this run

name: JavaScript - Lint
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Lint with Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --production=false
- run: yarn lint
env:
CI: true