Skip to content

Commit

Permalink
chore: node 20 gh
Browse files Browse the repository at this point in the history
  • Loading branch information
bitnovus committed Dec 14, 2023
1 parent 014d567 commit 846897c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout
- uses: actions/setup-node
with:
node-version: '20'
- name: Cache Node.js modules
uses: actions/cache@v2
uses: actions/cache
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,8 @@ The Deployment Frequency chart plots the average deployment frequency using a lo
### Change Fail Percentage
Coming Soon
### Mean Time to Restore (MTTR)
Coming Soon
### Other Considerations for Stability Metrics
The one murky area remaining related to stability is the release or situation that causes degraded stability for end-users but is fixed either by a new release or a configuration change. For example, the Redis AddOn runs out of space or connections and users are unable to log in until the service configuration has been manually updated. This ties into the Availability metric referenced in the 2019 version of the DevOps Report. Ideally, it would also add to MTTR metric.
Expand Down

0 comments on commit 846897c

Please sign in to comment.