修改nodejs下载地址bug
Some checks failed
Continuous Integration / GitHub Actions Test (push) Has been cancelled
Some checks failed
Continuous Integration / GitHub Actions Test (push) Has been cancelled
This commit is contained in:
parent
d818a11eb2
commit
ef3e0d569b
BIN
dist/index.js
generated
vendored
BIN
dist/index.js
generated
vendored
Binary file not shown.
@ -2,7 +2,7 @@ import * as core from '@actions/core'
|
|||||||
import * as tc from '@actions/tool-cache'
|
import * as tc from '@actions/tool-cache'
|
||||||
import os from 'os'
|
import os from 'os'
|
||||||
|
|
||||||
const BinBaseUrl = 'https://joylink.club/public-files/nodejs/'
|
const BinBaseUrl = 'https://joylink.club/public-files/nodejs'
|
||||||
const DestDir = '/denv'
|
const DestDir = '/denv'
|
||||||
|
|
||||||
export function getFileName(version: string): string {
|
export function getFileName(version: string): string {
|
||||||
|
Loading…
Reference in New Issue
Block a user