Skip to content

Bcsc #205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 18 commits into from
Closed

Bcsc #205

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .deployment/prod.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ objects:
valueFrom:
secretKeyRef:
name: bcgeocoder
key: geocoder-test-api-url
key: geocoder-prod-api-url
- name: GEOCODER_API_ADDRESSES_ENDPOINT
valueFrom:
secretKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.20.4]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
node_modules

# Environment variables
.env
.env*

# OS metadata
.DS_Store
Expand Down
3 changes: 3 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodejs 18.20.4
python 3.11.3
oc 4.13.3
Loading
Loading