Skip to content

Commit

Permalink
Fix the broken preview URLs and workflow (#752)
Browse files Browse the repository at this point in the history
* Small change to test broken

* Preview workflow should use node 10, for now

* Update package-lock

* Small change to test fixed

* test to fix

Co-authored-by: Tom Russell <TR115251@hotmail.co.uk>
  • Loading branch information
warrensearle and tomlovesgithub authored Apr 16, 2021
1 parent 65de1b8 commit ff05f83
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 25,851 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/preview-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- uses: actions/setup-node@master
with:
node-version: '10'
- name: Installing project dependencies
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc && npm ci
- name: Lint
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ We have 2 Firebase projects:
- [Staging](https://console.firebase.google.com/project/digital-platform-staging/settings/general/web:Y2VjMDAyZjktNTIzOS00MWY2LWJiOWMtMmJiNjQ3YjJlMjVl)
- [Production](https://console.firebase.google.com/project/platform-production-9207d/settings/general/web:MmE0ODEzYjgtNzg3Mi00ZGYyLTg0Y2QtZTZiNTZkYzc3ZWUx)


## Clone repository onto local machine
```
git clone git@github.com:jac-uk/apply.git
Expand Down
Loading

0 comments on commit ff05f83

Please sign in to comment.