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

Bump follow-redirects from 1.15.0 to 1.15.4 in /test #55

Bump follow-redirects from 1.15.0 to 1.15.4 in /test

Bump follow-redirects from 1.15.0 to 1.15.4 in /test #55

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
working-directory: ./test
run: |
rustup component add rust-src
npm ci
npm test