Skip to content

Commit dfe5158

Browse files
texastonyseebees
authored andcommitted
test(CB): for CB to run browser with node 18
edit
1 parent 9549816 commit dfe5158

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

codebuild/browser.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ env:
66

77
phases:
88
install:
9-
runtime-versions:
10-
nodejs: latest
119
commands:
10+
- n 18
1211
- npm ci --unsafe-perm
1312
- npm run build
1413
build:
1514
commands:
15+
- npm -v
16+
- node -v
1617
- npm run coverage-browser

codebuild/test_vectors/browser.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@ env:
77

88
phases:
99
install:
10-
runtime-versions:
11-
nodejs: latest
1210
commands:
11+
- n 18
1312
- npm ci
1413
- |-
1514
if [ "$PUBLISH_LOCAL" = "true" ]; then
1615
npm run build
1716
fi
1817
build:
1918
commands:
19+
- npm -v
20+
- node -v
2021
- |-
2122
if [ "$PUBLISH_LOCAL" = "true" ]; then
2223
npm run verdaccio-publish

0 commit comments

Comments
 (0)