You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -185,7 +185,7 @@ To get a higher rate limit, you can [generate a personal access token on github.
185
185
uses: actions/setup-node@v4
186
186
with:
187
187
token: ${{ secrets.GH_DOTCOM_TOKEN }}
188
-
node-version: 16
188
+
node-version: 20
189
189
```
190
190
191
191
If the runner is not able to access github.com, any Nodejs versions requested during a workflow run must come from the runner's tool cache. See "[Setting up the tool cache on self-hosted runners without internet access](https://docs.github.com/en/[email protected]/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access)" for more information.
0 commit comments