Skip to content

Commit 0b0e0d7

Browse files
committed
[TEST]
1 parent d92a98d commit 0b0e0d7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
curl https://api.github.com/rate_limit -u "token:$TOKEN"
3333
- uses: panticmilos/[email protected]
3434
with:
35-
node-version: 16.13.2
35+
node-version: 17.8.0
3636
- name: Check
3737
env:
3838
TOKEN: ${{ secrets.GITHUB_TOKEN }}

src/installer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ export async function getNode(
9595
);
9696
downloadPath = await tc.downloadTool(info.downloadUrl, undefined, auth);
9797
console.log("here bro 2");
98-
console.log("here bro 3");
9998
} else {
10099
core.info(
101100
'Not found in manifest. Falling back to download directly from Node'

0 commit comments

Comments
 (0)