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 d92a98d commit 0b0e0d7Copy full SHA for 0b0e0d7
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
curl https://api.github.com/rate_limit -u "token:$TOKEN"
33
- uses: panticmilos/setup-node@v3.1
34
with:
35
- node-version: 16.13.2
+ node-version: 17.8.0
36
- name: Check
37
env:
38
TOKEN: ${{ secrets.GITHUB_TOKEN }}
src/installer.ts
@@ -95,7 +95,6 @@ export async function getNode(
95
);
96
downloadPath = await tc.downloadTool(info.downloadUrl, undefined, auth);
97
console.log("here bro 2");
98
- console.log("here bro 3");
99
} else {
100
core.info(
101
'Not found in manifest. Falling back to download directly from Node'
0 commit comments