We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74e7a2 commit d4fa8cbCopy full SHA for d4fa8cb
buildspec/linuxIntegrationTests.yml
@@ -51,6 +51,18 @@ phases:
51
# Ensure that "docker" group has permissions to the socket.
52
# - chown codebuild-user /var/run/docker.sock
53
- chmod 666 /var/run/docker.sock
54
+ - # Install and Verify Node.js 20
55
+ - |
56
+ curl -sL https://rpm.nodesource.com/setup_20.x | sudo bash -
57
+ sudo yum install -y nodejs
58
+ node -v
59
+ npm -v
60
+
61
62
+ curl -sL https://rpm.nodesource.com/setup_22.x | sudo bash -
63
64
65
66
67
pre_build:
68
commands:
0 commit comments