Skip to content

Commit d4fa8cb

Browse files
committed
fetch previous versions
1 parent a74e7a2 commit d4fa8cb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

buildspec/linuxIntegrationTests.yml

+12
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,18 @@ phases:
5151
# Ensure that "docker" group has permissions to the socket.
5252
# - chown codebuild-user /var/run/docker.sock
5353
- 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+
sudo yum install -y nodejs
64+
node -v
65+
npm -v
5466
5567
pre_build:
5668
commands:

0 commit comments

Comments
 (0)