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 38
38
id : cache-node-modules
39
39
uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
40
40
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') }}
42
42
path : |
43
43
node_modules
44
44
Original file line number Diff line number Diff line change 44
44
id : cache-node-modules
45
45
uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
46
46
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') }}
48
48
path : |
49
49
node_modules
50
50
- name : Install debug NPM packages
85
85
86
86
export PROJECT_DIR=$PWD;
87
87
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";
89
89
export ARTIFACT_NAME="bytecodealliance-componentize-js-$NEXT_VERSION.tgz";
90
90
91
91
echo -e "project-dir=$PROJECT_DIR" >> $GITHUB_OUTPUT;
@@ -119,7 +119,7 @@ jobs:
119
119
id : cache-node-modules
120
120
uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
121
121
with :
122
- key : node-modules-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('packages/**/ package.json') }}
122
+ key : node-modules-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('package.json') }}
123
123
path : |
124
124
node_modules
125
125
- name : Install NPM packages
You can’t perform that action at this time.
0 commit comments