Skip to content

Bump follow-redirects from 1.15.3 to 1.15.6 #141

Bump follow-redirects from 1.15.3 to 1.15.6

Bump follow-redirects from 1.15.3 to 1.15.6 #141

Workflow file for this run

name: Test Changes
on:
pull_request:
push:
branches:
- main
# cancel old edit events being processed
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v4
- name: Setup Node version
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install dependencies
run: npm ci --ignore-scripts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build / Test Project
uses: stateful/runme-action@v2
with:
workflows: |
build
test
- name: 🐛 Debug Build
uses: stateful/vscode-server-action@v1
if: failure()
with:
timeout: "300000"