Skip to content

Bump follow-redirects from 1.15.2 to 1.15.9 #17

Bump follow-redirects from 1.15.2 to 1.15.9

Bump follow-redirects from 1.15.2 to 1.15.9 #17

Workflow file for this run

name: irslackd_test
on: [push, pull_request]
jobs:
irslackd_test_job:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v3
- name: deps
run: |
sudo apt-get install -y npm
- name: test
run: |
npm install
npm test