Skip to content

Commit

Permalink
ci: enable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
php-coder committed Oct 28, 2022
1 parent e520355 commit 7353c68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/[email protected] # https://github.com/actions/setup-node
with:
node-version: 16
cache: 'npm'
- name: Install project dependencies
run: npm ci # https://docs.npmjs.com/cli/v8/commands/npm-ci
- name: Generate Python + FastAPI application
Expand Down

0 comments on commit 7353c68

Please sign in to comment.