Skip to content

Commit

Permalink
updating lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
mmummATlnw committed Oct 24, 2024
1 parent b78afae commit dc20941
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/node_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
cd nodejs
npm install
- name: check_cache
run: echo "Cache hit ${{toJson(steps.cache_modules.outputs)}}"
run: echo "Cache hit ${{toJson(steps.cache_modules.outputs)}}"
# contains(steps.cache_modules.outputs.cache-hit, 'true')
2 changes: 1 addition & 1 deletion nodejs/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 nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"mysql": "^2.18.1",
"postgres": "^3.4.4",
"redis": "^4.7.0",
"sqlite": "^5.1.1"
"sqlite": "*"
}
}

0 comments on commit dc20941

Please sign in to comment.