mirror of
https://github.com/actions/cache.git
synced 2025-04-03 20:01:17 +00:00
- Resolved conflicts in the LICENSE file. - Addressed errors and vulnerabilities in the codebase. - Configured build outputs and caching mechanisms in GitHub Actions. - Implemented security measures to protect sensitive information. - Refactored code to eliminate duplicates and improve efficiency. |
||
---|---|---|
.. | ||
checkout@v2 - name: Set up Node.js uses: actions/setup-node@v2 with: node-version: '14' - name: Cache dependencies uses: actions/cache@v2 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('** |