Skip to content

Commit 826a9b0

Browse files
committed
fixup: add npm version
1 parent e207f5a commit 826a9b0

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/ci.yaml

+9-2
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,15 @@ 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
208+
# NOTE@jsjoeio - we need to make sure we're using
209+
# v7 or higher of the npm CLI because it's used
210+
# in the yarn publish:npm script in development builds
211+
# to modify package.json name.
212+
- name: Install Node & npm v8
213+
uses: actions/setup-node@v3
214+
with:
215+
node-version: "16.14.0"
216+
210217
- name: Run ./ci/steps/publish-npm.sh
211218
run: yarn publish:npm
212219
env:

0 commit comments

Comments
 (0)