Skip to content

Commit b083330

Browse files
use current npm
1 parent 0f4a820 commit b083330

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ jobs:
1919
with:
2020
node-version: current
2121
- name: Install dependencies
22-
run: | # npm>=7 is currently broken: https://github.com/npm/cli/issues/1973
23-
npm -g install npm@6
24-
npm -v
25-
npm ci
22+
run: npm ci
2623
- name: Build packages
2724
run: |
2825
VERSION=$(npx aspublish --version)

0 commit comments

Comments
 (0)