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:
HarithaVattikuti
2023-12-07 13:11:08 +01:00
committed by GitHub
co-authored by MaksimZhukov
parent 7ea110f150
commit f784495ce7
29 changed files with 28665 additions and 13017 deletions
+1 -1
View File
@@ -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 () => {