Skip to content

fix(deps): bump follow-redirects from 1.15.3 to 1.15.4 #243

fix(deps): bump follow-redirects from 1.15.3 to 1.15.4

fix(deps): bump follow-redirects from 1.15.3 to 1.15.4 #243

Workflow file for this run

name: Main
on:
push:
branches:
- master
- 'feature/**'
- 'releases/**'
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies
run: npm install
- name: build
run: npm run build_github_pages