fix(ci): update cache action to use restore for node_modules

This commit is contained in:
taroj1205 2025-06-18 16:20:04 +12:00
parent 51015da659
commit f72c5fcbe6
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7

View file

@ -103,7 +103,7 @@ jobs:
restore-keys: ${{ runner.os }}-turbo-${{ matrix.check }}-
- name: Restore node_modules cache
uses: actions/cache@v4
uses: actions/cache/restore@v4
with:
path: |
node_modules
@ -143,7 +143,7 @@ jobs:
restore-keys: ${{ runner.os }}-turbo-
- name: Restore node_modules cache
uses: actions/cache@v4
uses: actions/cache/restore@v4
with:
path: |
node_modules