Skip to content

Commit a79b92e

Browse files
authored
chore(repo): bump agents docker image (nrwl#22536)
1 parent bb4dd7d commit a79b92e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.nx/workflows/agents.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
launch-templates:
22
linux-medium:
33
resource-class: 'docker_linux_amd64/medium+'
4-
image: 'ubuntu22.04-node20.9-v3'
4+
image: 'ubuntu22.04-node20.11-v3'
55
env:
66
GIT_AUTHOR_EMAIL: [email protected]
77
GIT_AUTHOR_NAME: Test
@@ -30,7 +30,7 @@ launch-templates:
3030
sudo apt-get install -y ca-certificates lsof
3131
- name: Install Pnpm
3232
script: |
33-
npm install -g @pnpm/exe@8.7.4
33+
npm install -g pnpm@8.15.5
3434
3535
- name: Pnpm Install
3636
script: |

0 commit comments

Comments
 (0)