Add dependency caching for .NET, Node, PHP, and Python workflows
This commit is contained in:
@@ -38,6 +38,7 @@ jobs:
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: ${{ env.NODE_VERSION }}
|
||||
cache: 'npm'
|
||||
|
||||
- name: npm install, build, and test
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user