File tree Expand file tree Collapse file tree 8 files changed +0
-9
lines changed
Expand file tree Collapse file tree 8 files changed +0
-9
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'
1615 - name : Npm cli install
1716 working-directory : .
1817 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'
1615
1716 - name : Npm install
1817 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'
4241
4342 - name : " Cache node_modules"
4443 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'
1716
1817 - name : Npm install
1918 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'
1615
1716 - name : Npm install
1817 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'
1615
1716 - name : Npm install
1817 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'
8786
8887 - name : check if local version differs from latest published version
8988 id : check-version
@@ -117,7 +116,6 @@ jobs:
117116 uses : actions/setup-node@v4
118117 with :
119118 node-version : ${{ inputs.nodejs_version }}
120- registry-url : ' https://npm.pkg.github.com'
121119 - name : " Install dependencies"
122120 run : npm ci
123121 - name : " Run provider contract tests"
Original file line number Diff line number Diff line change @@ -283,7 +283,6 @@ jobs:
283283 uses : actions/setup-node@v4
284284 with :
285285 node-version : ${{ inputs.nodejs_version }}
286- registry-url : ' https://npm.pkg.github.com'
287286
288287 - name : check if local version differs from latest published version
289288 id : check-version
You can’t perform that action at this time.
0 commit comments