diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 983ecf0..47ba9da 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - name: Upgrade NPM run: npm install -g npm - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v4 env: cache-name: cache-node-modules with: