We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9549816 commit dfe5158Copy full SHA for dfe5158
codebuild/browser.yml
@@ -6,11 +6,12 @@ env:
6
7
phases:
8
install:
9
- runtime-versions:
10
- nodejs: latest
11
commands:
+ - n 18
12
- npm ci --unsafe-perm
13
- npm run build
14
build:
15
+ - npm -v
16
+ - node -v
17
- npm run coverage-browser
codebuild/test_vectors/browser.yml
@@ -7,16 +7,17 @@ env:
- npm ci
- |-
if [ "$PUBLISH_LOCAL" = "true" ]; then
npm run build
fi
18
19
20
21
22
23
npm run verdaccio-publish
0 commit comments