Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Bump urllib3 from 1.26.5 to 1.26.18 in /Back-End/lambdas #49

Bump urllib3 from 1.26.5 to 1.26.18 in /Back-End/lambdas

Bump urllib3 from 1.26.5 to 1.26.18 in /Back-End/lambdas #49

Workflow file for this run

name: Front-End Build
on: [push, pull_request]
jobs:
test:
name: Front-End Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Set Node.js 10.x
uses: actions/setup-node@master
with:
version: 10.x
- name: Install dependencies
working-directory: ./Front-End
run: |
npm install
npm run build --if-present
env:
CI: true