Skip to content

Commit 2c03834

Browse files
committed
fix(CodeBuild): use node 18 for compliance
1 parent 61e979a commit 2c03834

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

codebuild/compliance.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ env:
66

77
phases:
88
install:
9-
runtime-versions:
10-
nodejs: latest
119
commands:
10+
- n 18
1211
- npm ci --unsafe-perm
1312
build:
1413
commands:

0 commit comments

Comments
 (0)