Skip to content

Commit

Permalink
task/WG-96 add assets to original questionnaire code (#144)
Browse files Browse the repository at this point in the history
* Do not show _hazmapper properties

* Add ng-bootstrap to use carousel

* Add carasol to show questionnaire assets

* User correct version of npm so lock file doesn't change

* Switch CI to match our container's version of node

* Refactor into a component

* Remove bootstrap

* Use own-carousel for image asset carousel

* Fix linting

* Remove unintended blank line

* Revert "Switch CI to match our container's version of node"

This reverts commit 357027a.

* Fix weird formatting issues

* Revert "Revert "Switch CI to match our container's version of node""

This reverts commit 4077c5a.
  • Loading branch information
nathanfranklin authored Oct 26, 2023
1 parent 719b4d3 commit bbbc869
Show file tree
Hide file tree
Showing 13 changed files with 373 additions and 65 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js for use with actions
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 14.x

- uses: actions/cache@v1
with:
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Setup Node.js for use with actions
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 14.x

- uses: actions/cache@v1
with:
Expand Down
Loading

0 comments on commit bbbc869

Please sign in to comment.