Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

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

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

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

Workflow file for this run

name: Build
on:
workflow_dispatch:
inputs:
release:
type: boolean
required: true
default: false
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
uses: qlik-oss/sn-gh-workflows/.github/workflows/build.yaml@v2
secrets: inherit
with:
release: ${{ inputs.release || false}}
api_specification_path: api-specifications/properties.json
package_manager: pnpm