diff --git a/.github/workflows/CI-CD.yml b/.github/workflows/CI-CD.yml index 1ccf724..eda89e9 100644 --- a/.github/workflows/CI-CD.yml +++ b/.github/workflows/CI-CD.yml @@ -12,12 +12,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Set up Node.js - uses: actions/setup-node@v1 + - name: Set up Node + uses: actions/setup-node@v2 with: node-version: '14' - cache: 'npm' - cache-dependency-path: subdir/package-lock.json - name: Cache dependencies uses: actions/cache@v2