diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6025253..fc4aefd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v6 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: '**/node_modules'