Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7353c68

Browse files
committedOct 28, 2022
1 parent e520355 commit 7353c68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/generate-python-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/setup-node@v3.5.1 # https://github.com/actions/setup-node
1818
with:
1919
node-version: 16
20+
cache: 'npm'
2021
- name: Install project dependencies
2122
run: npm ci # https://docs.npmjs.com/cli/v8/commands/npm-ci
2223
- name: Generate Python + FastAPI application

0 commit comments

Comments
 (0)
Please sign in to comment.