Skip to content

Commit

Permalink
tier updates
Browse files Browse the repository at this point in the history
  • Loading branch information
abutalebruby committed Aug 21, 2024
1 parent 5df3e90 commit d646769
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: 'Use Node.js'
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '21.x'
- run: npm install
- run: npm run lint

Expand All @@ -35,6 +35,6 @@ jobs:
- name: 'Use Node.js'
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '21.x'
- run: npm install
- run: npm test
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ stages:
- deploy

variables:
image: node:18.20.4
RUNNER_IMAGE: node:18.20.4
image: node:21.3.0
RUNNER_IMAGE: node:21.3.0
CONTAINER_BRANCH_IMAGE: '${CI_REGISTRY_IMAGE}:${CI_COMMIT_REF_SLUG}'
CONTAINER_SHA_IMAGE: '${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHA}'
RUN_API_E2E: 'no'
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Unreleased]

[1.0.1] - 2024-08-20

Added


CHANGELOG.md to log changes and versions
config.md to document env vars
9 changes: 9 additions & 0 deletions guides/config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Configuration

## Env Vars

| Name | Description | Default value |
| -------------- | --------------------------- | -------------------- |
| `CLIENTID` | From your developer account | `YOUR_CLIENT_ID` |
| `CLIENTSECRET` | From your developer account | `YOUR_CLIENT_SECRET` |
| `REFRESHTOKEN` | From your developer account | `REFRESH_TOKEN` |
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
},
"author": "Jairo Franco",
"license": "ISC",
"engines": {
"node": "21.x"
},
"bugs": {
"url": "https://github.com/podium/podium-api-sample-contacts/issues"
},
Expand Down

0 comments on commit d646769

Please sign in to comment.