File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 with :
3838 node-version : ${{ matrix.node-version }}
3939
40- - name : Install NPM 9.4.0
41- run : npm install -g npm@9.4.0 # lock to 9.4.0 until actions/setup-node#411 and npm/cli#4341 are fixed
40+ - name : Install latest npm version
41+ run : npm install -g npm
4242
4343 - name : Set version number of package.json and build artifact
4444 id : version_step
Original file line number Diff line number Diff line change 2929 with :
3030 node-version : 22.13.1
3131
32- - name : Use NPM 9.4.0
33- run : npm install -g npm@9.4.0 # lock to 9.4.0 until actions/setup-node#411 and npm/cli#4341 are fixed
32+ - name : Install latest npm version
33+ run : npm install -g npm
3434
3535 - name : Get version number
3636 id : version_step
Original file line number Diff line number Diff line change 2121 with :
2222 node-version : 22
2323
24- - name : Use NPM 8
25- run : npm install -g npm@8.3.1 # lock to 8.3.1 until actions/setup-node#411 and npm/cli#4341 are fixed
24+ - name : Install latest npm version
25+ run : npm install -g npm
2626
2727 - name : reviewdog
2828 uses : reviewdog/action-eslint@9b5b0150e399e1f007ee3c27bc156549810a64e3 # v1.33.0
You can’t perform that action at this time.
0 commit comments