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 0ad73e0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 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,11 @@ launch-templates:
PATHS: |
~/android/sdk
BASE_BRANCH: 'develop'

- name: Install Pnpm
script: |
pnpm --version
npm install -g pnpm@9 --force
pnpm --version
- name: Install Node Modules
uses: 'nrwl/nx-cloud-workflows/v3.5/workflow-steps/install-node-modules/main.yaml'

Expand Down

0 comments on commit 0ad73e0

Please sign in to comment.