Skip to content

chore(deps-dev): Bump gulp from 3.9.1 to 4.0.2 #81

chore(deps-dev): Bump gulp from 3.9.1 to 4.0.2

chore(deps-dev): Bump gulp from 3.9.1 to 4.0.2 #81

Workflow file for this run

name: PR
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x, 18.x ]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint