Skip to content

Commit

Permalink
Merge pull request #17 from CityOfPhiladelphia/main
Browse files Browse the repository at this point in the history
fixes popout of cyclomedia
  • Loading branch information
ajrothwell committed Mar 15, 2023
2 parents 82bb23b + 5be43a3 commit 1850d42
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev_push_to_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: dev Push to S3
on:
push:
branches:
- cyclomedia-upgrade
- main

jobs:
build:
Expand All @@ -15,10 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 10.x
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '12.x'

- name: npm install, and build
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prod_push_to_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 10.x
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '12.x'

- name: npm install, and build
run: |
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lintFix": "vue-cli-service lint --fix"
},
"dependencies": {
"@phila/layerboard": "2.0.3",
"@phila/layerboard": "2.0.4",
"@sentry/browser": "5.7.1",
"vue": "^2.7.10"
},
Expand Down

0 comments on commit 1850d42

Please sign in to comment.