File tree Expand file tree Collapse file tree 8 files changed +9
-0
lines changed
Expand file tree Collapse file tree 8 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1212 - uses : actions/setup-node@v4
1313 with :
1414 node-version : 22
15+ registry-url : ' https://npm.pkg.github.com'
1516 - name : Npm cli install
1617 working-directory : .
1718 run : npm ci
Original file line number Diff line number Diff line change 1212 - uses : actions/setup-node@v4
1313 with :
1414 node-version : 22
15+ registry-url : ' https://npm.pkg.github.com'
1516
1617 - name : Npm install
1718 working-directory : .
Original file line number Diff line number Diff line change 3838 - uses : actions/setup-node@v4
3939 with :
4040 node-version : ${{ inputs.nodejs_version }}
41+ registry-url : ' https://npm.pkg.github.com'
4142
4243 - name : " Cache node_modules"
4344 uses : actions/cache@v4
Original file line number Diff line number Diff line change 1313 - uses : actions/setup-node@v4
1414 with :
1515 node-version : 22
16+ registry-url : ' https://npm.pkg.github.com'
1617
1718 - name : Npm install
1819 working-directory : .
Original file line number Diff line number Diff line change 1212 - uses : actions/setup-node@v4
1313 with :
1414 node-version : 22
15+ registry-url : ' https://npm.pkg.github.com'
1516
1617 - name : Npm install
1718 working-directory : .
Original file line number Diff line number Diff line change 1212 - uses : actions/setup-node@v4
1313 with :
1414 node-version : 22
15+ registry-url : ' https://npm.pkg.github.com'
1516
1617 - name : Npm install
1718 working-directory : .
Original file line number Diff line number Diff line change 8383 uses : actions/setup-node@v4
8484 with :
8585 node-version : ${{ inputs.nodejs_version }}
86+ registry-url : ' https://npm.pkg.github.com'
8687
8788 - name : check if local version differs from latest published version
8889 id : check-version
@@ -116,6 +117,7 @@ jobs:
116117 uses : actions/setup-node@v4
117118 with :
118119 node-version : ${{ inputs.nodejs_version }}
120+ registry-url : ' https://npm.pkg.github.com'
119121 - name : " Install dependencies"
120122 run : npm ci
121123 - name : " Run provider contract tests"
Original file line number Diff line number Diff line change @@ -281,6 +281,7 @@ jobs:
281281 uses : actions/setup-node@v4
282282 with :
283283 node-version : ${{ inputs.nodejs_version }}
284+ registry-url : ' https://npm.pkg.github.com'
284285
285286 - name : check if local version differs from latest published version
286287 id : check-version
You can’t perform that action at this time.
0 commit comments