Add dependency caching for .NET, Node, PHP, and Python workflows

This commit is contained in:
Jason Freeberg
2021-11-24 14:26:16 -08:00
parent 8fd6550c33
commit 278aa7a82e
4 changed files with 32 additions and 0 deletions
+1
View File
@@ -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: |