Added node dependency cache

This commit is contained in:
Michael Mainguy 2024-04-01 07:55:19 -05:00 committed by GitHub
parent f07ef4b62e
commit 62012c7fe8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@ jobs:
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: 20.x node-version: 20.x
cache-dependency-path: package-lock.json
- run: echo "test" - run: echo "test"
- run: npm ci - run: npm ci
- run: npm run build - run: npm run build