Skip to content

build(deps-dev): Bump follow-redirects from 1.15.2 to 1.15.4 (#34) #29

build(deps-dev): Bump follow-redirects from 1.15.2 to 1.15.4 (#34)

build(deps-dev): Bump follow-redirects from 1.15.2 to 1.15.4 (#34) #29

Workflow file for this run

name: Basic CI
on:
pull_request:
branches:
- 'master'
push:
branches:
- '*'
paths-ignore:
- 'README.md'
- 'LICENSE'
- 'CODE_OF_CONDUCT.md'
- 'CONTRIBUTING.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'npm'
- name: Install dependencies
run: |
npm install
- name: Build
run: |
npm run build