File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838 id : cache-node-modules
3939 uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4040 with :
41- key : node-modules-dev-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('packages/**/ package.json') }}
41+ key : node-modules-dev-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('package.json') }}
4242 path : |
4343 node_modules
4444
Original file line number Diff line number Diff line change 4444 id : cache-node-modules
4545 uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4646 with :
47- key : node-modules-dev-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('packages/**/ package.json') }}
47+ key : node-modules-dev-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('package.json') }}
4848 path : |
4949 node_modules
5050 - name : Install debug NPM packages
8585
8686 export PROJECT_DIR=$PWD;
8787 export CURRENT_VERSION=$(node -e "process.stdout.write(require(process.env.PROJECT_DIR + '/package.json').version)");
88- export ARTIFACTS_GLOB="packages/componentize-js/ bytecodealliance-componentize-js-*.tgz";
88+ export ARTIFACTS_GLOB="bytecodealliance-componentize-js-*.tgz";
8989 export ARTIFACT_NAME="bytecodealliance-componentize-js-$NEXT_VERSION.tgz";
9090
9191 echo -e "project-dir=$PROJECT_DIR" >> $GITHUB_OUTPUT;
@@ -119,7 +119,7 @@ jobs:
119119 id : cache-node-modules
120120 uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
121121 with :
122- key : node-modules-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('packages/**/ package.json') }}
122+ key : node-modules-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('package.json') }}
123123 path : |
124124 node_modules
125125 - name : Install NPM packages
You can’t perform that action at this time.
0 commit comments