Skip to content

Commit 3c71cad

Browse files
authored
remove manual npm install
1 parent 2d3b34a commit 3c71cad

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,6 @@ jobs:
160160
with:
161161
node-version: lts/*
162162
cache: yarn
163-
164-
# todo: this can be removed once we are using a version of Node that
165-
# ships with npm v11.5.1 or higher, which is needed for using oidc
166-
- name: install latest npm
167-
run: npm i -g npm
168-
169163
- name: install
170164
run: yarn
171165
- run: yarn semantic-release

0 commit comments

Comments
 (0)