From b81b483c9d0ff01a0d1b0a23b957f50a1dea541f Mon Sep 17 00:00:00 2001 From: auvred Date: Tue, 2 Jan 2024 09:39:31 +0000 Subject: [PATCH] chore: unpin primary node version in ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85bc721a243a..21c029a5ca30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ concurrency: cancel-in-progress: true env: - PRIMARY_NODE_VERSION: '>=20.6.1' + PRIMARY_NODE_VERSION: 20 # Only set the read-write token if we are on the main branch NX_CLOUD_ACCESS_TOKEN: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') && secrets.NX_CLOUD_ACCESS_TOKEN || '' }}