dev: using range for Nx version

This commit is contained in:
Adam
2023-11-28 09:49:27 +00:00
committed by GitHub
parent a85b811eab
commit 5bf3436207
+1 -1
View File
@@ -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