Skip to content

Bump follow-redirects from 1.15.2 to 1.15.6 #13

Bump follow-redirects from 1.15.2 to 1.15.6

Bump follow-redirects from 1.15.2 to 1.15.6 #13

Workflow file for this run

name: Eslint check
on:
pull_request:
branches: ["main"]
jobs:
Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "14.x"
- name: Check
run: |
npm install
npm run lint