Skip to content

Commit 214e0da

Browse files
Install latest npm version
1 parent d20a856 commit 214e0da

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
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

.github/workflows/draft-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
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

.github/workflows/lint-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
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

0 commit comments

Comments
 (0)