Skip to content

build(deps): bump follow-redirects from 1.15.4 to 1.15.6 (#25) #57

build(deps): bump follow-redirects from 1.15.4 to 1.15.6 (#25)

build(deps): bump follow-redirects from 1.15.4 to 1.15.6 (#25) #57

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag: v4.1.1
- name: Setup Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # tag: v4.0.2
with:
node-version: 20.x
- name: yarn install, build, and test
run: |
yarn install
yarn build
yarn test