From 5bf3436207a6a12169d77dd6d8b7e7d13e8cec50 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 28 Nov 2023 09:49:27 +0000 Subject: [PATCH] dev: using range for Nx version --- nx-integration-tests-setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx-integration-tests-setup/action.yml b/nx-integration-tests-setup/action.yml index fdd5893..8f6863a 100644 --- a/nx-integration-tests-setup/action.yml +++ b/nx-integration-tests-setup/action.yml @@ -60,7 +60,7 @@ runs: working-directory: ./main shell: bash run: | - npm install -g nx@15.4.1 + npm install -g nx@^15.4 # should be able to cache this in future also - name: Checkout Nx Repo