We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20aa80b commit cffeff1Copy full SHA for cffeff1
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ concurrency:
14
cancel-in-progress: true
15
16
env:
17
- PRIMARY_NODE_VERSION: '>=20.6.1'
+ PRIMARY_NODE_VERSION: 20
18
# Only set the read-write token if we are on the main branch
19
NX_CLOUD_ACCESS_TOKEN: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') && secrets.NX_CLOUD_ACCESS_TOKEN || '' }}
20
0 commit comments