Node version upgrade to 20 (#38)
* Node version update to 20 * 1.0.0 * Run Format check * Formatted changes * Update package.json Co-authored-by: MaksimZhukov <[email protected]> * Update api-utils.ts --------- Co-authored-by: MaksimZhukov <[email protected]>
This commit is contained in:
co-authored by
MaksimZhukov
parent
7ea110f150
commit
f784495ce7
@@ -13,7 +13,7 @@ process.env.GITHUB_REPOSITORY = 'test/repository';
|
||||
|
||||
describe('validateIfReleaseIsPublished', () => {
|
||||
beforeEach(() => {
|
||||
getReleaseSpy = jest.spyOn(octokitClient.repos, 'getReleaseByTag');
|
||||
getReleaseSpy = jest.spyOn(octokitClient.rest.repos, 'getReleaseByTag');
|
||||
});
|
||||
|
||||
it('throw if release is marked as pre-release', async () => {
|
||||
|
||||
Reference in New Issue
Block a user