[Snyk] Security upgrade @angular-devkit/core from 0.0.29 to 8.0.0 #84
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
paths: | |
- frontend/** | |
- VERSION | |
- .github/workflows/** | |
pull_request: | |
paths: | |
- frontend/** | |
- VERSION | |
- .github/workflows/** | |
env: | |
TARGET_VERSION: '' | |
ARTIFACT_VERSION_TAG: '' | |
jobs: | |
prepareEnvironment: | |
name: Setup build job environment | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: This is going to do stuff eventually | |
run: cat ./VERSION | |
testAndBuild: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: This is going to do stuff eventually | |
run: echo "Hello Angular 5 my old friend" |