Add support for nightly and rc versions (#611)

This commit is contained in:
Dmitry Shibanov
2022-11-17 14:35:58 +01:00
committed by GitHub
parent 6bc15ab23c
commit 2349c84f5c
12 changed files with 712 additions and 73 deletions

View File

@@ -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,