Skip to content

Bump follow-redirects from 1.15.4 to 1.15.6 (#58) #102

Bump follow-redirects from 1.15.4 to 1.15.6 (#58)

Bump follow-redirects from 1.15.4 to 1.15.6 (#58) #102

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ vars.NODE_VERSION }}
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint
- name: Build
run: yarn build