mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-04 13:37:46 +02: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('** |