Skip to content

chore(deps): bump urllib3 from 2.1.0 to 2.2.2 in /docs #310

chore(deps): bump urllib3 from 2.1.0 to 2.2.2 in /docs

chore(deps): bump urllib3 from 2.1.0 to 2.2.2 in /docs #310

Workflow file for this run

name: Frontend
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [6.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm install -g gulp@3.9.1
- run: |
gulp lint