Skip to content

Bump follow-redirects from 1.14.8 to 1.15.4 in /v7-services #67

Bump follow-redirects from 1.14.8 to 1.15.4 in /v7-services

Bump follow-redirects from 1.14.8 to 1.15.4 in /v7-services #67

Workflow file for this run

name: Build
on:
push:
branches: [ 7.xx ]
pull_request:
branches: [ 7.xx ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v3
- name: build js-dos
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g yarn
- run: yarn
- run: yarn run eslint . --ext ts --max-warnings 0
- run: NODE_ENV=production yarn run gulp
- name: upload
uses: actions/[email protected]
with:
name: 'dist'
path: 'dist'