mirror of
https://github.com/coder/code-server.git
synced 2026-05-28 01:23:50 +02:00
fixup!: revert node mod caching
This commit is contained in:
16
.github/workflows/build.yaml
vendored
16
.github/workflows/build.yaml
vendored
@@ -39,8 +39,8 @@ jobs:
|
|||||||
id: cache-node-modules
|
id: cache-node-modules
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: "node_modules"
|
path: "**/node_modules"
|
||||||
key: yarn-build-${{ hashFiles('yarn.lock') }}
|
key: yarn-build-${{ hashFiles('**yarn.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
yarn-build-
|
yarn-build-
|
||||||
|
|
||||||
@@ -115,8 +115,8 @@ jobs:
|
|||||||
id: cache-node-modules
|
id: cache-node-modules
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: "node_modules"
|
path: "**/node_modules"
|
||||||
key: yarn-build-${{ hashFiles('yarn.lock') }}
|
key: yarn-build-${{ hashFiles('**yarn.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
yarn-build-
|
yarn-build-
|
||||||
|
|
||||||
@@ -161,8 +161,8 @@ jobs:
|
|||||||
id: cache-node-modules
|
id: cache-node-modules
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: "node_modules"
|
path: "**/node_modules"
|
||||||
key: yarn-build-${{ hashFiles('yarn.lock') }}
|
key: yarn-build-${{ hashFiles('**yarn.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
yarn-build-
|
yarn-build-
|
||||||
|
|
||||||
@@ -204,8 +204,8 @@ jobs:
|
|||||||
id: cache-node-modules
|
id: cache-node-modules
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: "node_modules"
|
path: "**/node_modules"
|
||||||
key: yarn-build-${{ hashFiles('yarn.lock') }}
|
key: yarn-build-${{ hashFiles('**yarn.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
yarn-build-
|
yarn-build-
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user