Skip to content

Commit

Permalink
ci: update launch-template base image and upgrade pnpm` to version 9
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Jun 20, 2024
1 parent 7889552 commit ff005e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .nx/workflows/agents.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
launch-templates:
linux-medium-js-java-flutter:
resource-class: 'docker_linux_amd64/medium'
image: 'ubuntu22.04-node20.9-v2'
image: 'ubuntu22.04-node20.11-v7'
init-steps:
- name: Checkout
uses: 'nrwl/nx-cloud-workflows/v3.5/workflow-steps/checkout/main.yaml'
Expand Down Expand Up @@ -36,7 +36,9 @@ launch-templates:
PATHS: |
~/android/sdk
BASE_BRANCH: 'develop'

- name: Install Pnpm
script: |
pnpm --versioncurl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=9.1.0 SHELL="$(which sh)" sh -
- name: Install Node Modules
uses: 'nrwl/nx-cloud-workflows/v3.5/workflow-steps/install-node-modules/main.yaml'

Expand Down

0 comments on commit ff005e8

Please sign in to comment.