We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4dd7d commit a79b92eCopy full SHA for a79b92e
.nx/workflows/agents.yaml
@@ -1,7 +1,7 @@
1
launch-templates:
2
linux-medium:
3
resource-class: 'docker_linux_amd64/medium+'
4
- image: 'ubuntu22.04-node20.9-v3'
+ image: 'ubuntu22.04-node20.11-v3'
5
env:
6
GIT_AUTHOR_EMAIL: [email protected]
7
GIT_AUTHOR_NAME: Test
@@ -30,7 +30,7 @@ launch-templates:
30
sudo apt-get install -y ca-certificates lsof
31
- name: Install Pnpm
32
script: |
33
- npm install -g @pnpm/exe@8.7.4
+ npm install -g pnpm@8.15.5
34
35
- name: Pnpm Install
36
0 commit comments