Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 #27

chore(deps): bump follow-redirects from 1.15.4 to 1.15.6

chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 #27

Workflow file for this run

name: Jest Tests on Pull Request
on:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Node setup
uses: actions/setup-node@v1
with:
node-version: 18
- name: Install dependencies
run: yarn
- name: Run Jest tests
run: yarn test --ci --updateSnapshot