Skip to content

Bump nanoid from 3.3.6 to 3.3.8 #17

Bump nanoid from 3.3.6 to 3.3.8

Bump nanoid from 3.3.6 to 3.3.8 #17

Workflow file for this run

name: PR Tests
on:
pull_request:
branches:
- main
- dev
jobs:
build:
name: PR Test
runs-on: ubuntu-latest
environment: ${{ inputs.environment }}
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Install Angular dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Build Angular
run: npm run build:dev && rm -rf dist && npm run build:prod