mirror of
https://gitea.com/actions/setup-node.git
synced 2025-07-18 17:38:05 +08:00
Add support for nightly and rc versions (#611)
This commit is contained in:
@@ -4,7 +4,7 @@ import * as glob from '@actions/glob';
|
||||
import path from 'path';
|
||||
import fs from 'fs';
|
||||
|
||||
import {State, Outputs} from './constants';
|
||||
import {State} from './constants';
|
||||
import {
|
||||
getCacheDirectoryPath,
|
||||
getPackageManagerInfo,
|
||||
|
Reference in New Issue
Block a user