Skip to content

Commit e207f5a

Browse files
committed
feat(ci): use npm v7 in npm job
1 parent fe99aac commit e207f5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ jobs:
205205
name: "npm-package"
206206
path: release-npm-package
207207

208+
# TODO@jsjoeio - we need to make sure we're using
209+
# v7 or higher of the npm CLI
208210
- name: Run ./ci/steps/publish-npm.sh
209211
run: yarn publish:npm
210212
env:

0 commit comments

Comments
 (0)