File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 3737 registry-url : ' https://registry.npmjs.org'
3838
3939 - name : Update npm
40- run : npm install -g npm@latest
40+ run : npm install -g npm@11.11.1
4141
4242 - name : Configure git
4343 run : |
@@ -103,7 +103,7 @@ jobs:
103103 registry-url : ' https://registry.npmjs.org'
104104
105105 - name : Update npm
106- run : npm install -g npm@latest
106+ run : npm install -g npm@11.11.1
107107
108108 - name : Install project modules
109109 run : npm ci
Original file line number Diff line number Diff line change 3131 node-version : 24
3232 cache : npm
3333
34+ - name : Install latest npm
35+ run : npm install -g npm@11.11.1
36+
3437 - name : Install project modules
3538 run : npm ci
3639
Original file line number Diff line number Diff line change 4949 NEW_VERSION=$(npm version ${{ inputs.version_type }} --no-git-tag-version | sed 's/v//')
5050 echo "version=$NEW_VERSION" >> "$GITHUB_OUTPUT"
5151
52+ - name : Install latest npm
53+ run : npm install -g npm@11.11.1
54+
5255 - name : Install project modules
5356 run : npm ci
5457
Original file line number Diff line number Diff line change 7979 - name : Setup skopeo
8080 run : sudo apt update && sudo apt-get -y install skopeo
8181
82+ - name : Install latest npm
83+ run : npm install -g npm@11.11.1
84+
8285 - name : Install project modules
8386 run : npm ci
8487
You can’t perform that action at this time.
0 commit comments