Skip to content

Commit cffeff1

Browse files
auvreddanvk
authored andcommitted
chore: unpin primary node version in ci (typescript-eslint#8167)
1 parent 20aa80b commit cffeff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
env:
17-
PRIMARY_NODE_VERSION: '>=20.6.1'
17+
PRIMARY_NODE_VERSION: 20
1818
# Only set the read-write token if we are on the main branch
1919
NX_CLOUD_ACCESS_TOKEN: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') && secrets.NX_CLOUD_ACCESS_TOKEN || '' }}
2020

0 commit comments

Comments
 (0)