Skip to content

Bump follow-redirects from 1.15.6 to 1.16.0 in the npm_and_yarn group across 1 directory #29

Bump follow-redirects from 1.15.6 to 1.16.0 in the npm_and_yarn group across 1 directory

Bump follow-redirects from 1.15.6 to 1.16.0 in the npm_and_yarn group across 1 directory #29

Workflow file for this run

name: Build and run tests
'on':
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint
- name: Run build
run: npm run build
- name: Run test
run: npm run test