Skip to content

build(deps-dev): bump follow-redirects from 1.15.2 to 1.15.5 #23

build(deps-dev): bump follow-redirects from 1.15.2 to 1.15.5

build(deps-dev): bump follow-redirects from 1.15.2 to 1.15.5 #23

Workflow file for this run

name: CICD
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- uses: pnpm/[email protected]
with:
version: 7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build the app
run: pnpm run build