Skip to content

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

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 #175

Workflow file for this run

name: Build
on: push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Full build
run: |
npm ci
npm run build
npm run test
npm run lint
- name: Release info
run: npx standard-version --dry-run