Skip to content

Commit 89f097f

Browse files
authored
Merge pull request #11 from Revortni/github-action-cache-init
Attempt to enable caching of dependencies
2 parents 6119d60 + 406ebe0 commit 89f097f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
uses: actions/setup-node@v3
1313
with:
1414
node-version: 16
15+
cache: "npm"
16+
cache-dependency-path: ./package-lock.json
1517
# Install dependencies
1618
- run: npm install
1719
# Run tests

0 commit comments

Comments
 (0)