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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,