Skip to content

Bump follow-redirects from 1.14.9 to 1.15.4 #43

Bump follow-redirects from 1.14.9 to 1.15.4

Bump follow-redirects from 1.14.9 to 1.15.4 #43

Workflow file for this run

name: Test Pull Request
on:
pull_request:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
- name: Add NodeJs
uses: actions/setup-node@v1
with:
node-version: "12"
- name: Installnode_module
run: npm ci
- name: Build the project
run: npm run plugin-build