Skip to content

Update dependency normalize-url to v5.3.1 [SECURITY] #869

Update dependency normalize-url to v5.3.1 [SECURITY]

Update dependency normalize-url to v5.3.1 [SECURITY] #869

name: Pull Request
on: [pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 10.x
- name: Lint functions
run: |
cd functions
npm install
npm run lint
- name: Lint hosting
run: |
cd hosting
npm install
npm run lint