Skip to content

Commit 33dfed8

Browse files
committed
ci: remove npm@7 installation step
1 parent 17d9825 commit 33dfed8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/workflow.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ jobs:
7676
node-version: ${{ matrix.node-version }}
7777
cache: 'npm'
7878
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
79-
- name: Install npm@7
80-
run: npm install -g npm@7
81-
if: ${{ matrix.node-version == '18.14.0' && !steps.release-check.outputs.IS_RELEASE }}
8279
- name: Setup Deno
8380
uses: denoland/setup-deno@v1
8481
with:
@@ -167,9 +164,6 @@ jobs:
167164
node-version: ${{ matrix.node-version }}
168165
cache: 'npm'
169166
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
170-
- name: Install npm@7
171-
run: npm install -g npm@7
172-
if: ${{ matrix.node-version == '18.14.0' && !steps.release-check.outputs.IS_RELEASE }}
173167
- name: Set up Go
174168
uses: actions/setup-go@v5
175169
with:

0 commit comments

Comments
 (0)