Skip to content

Commit

Permalink
🚀 feat: update version to 0.0.32 in package.json and package-lock.json
Browse files Browse the repository at this point in the history
🏗️ test: increase timeout for test case in main.test.ts
  • Loading branch information
brunocleite committed Sep 4, 2024
1 parent c542f6e commit a85642e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe('action', () => {
expect(errorMock).not.toHaveBeenCalled()
expect(saveCache).toHaveBeenCalledTimes(1)
expect(restoreCache).toHaveBeenCalledTimes(1)
})
}, 20000)

it('without sst folder', async () => {
// Set the action's inputs as return values from core.getInput()
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typescript-action",
"description": "GitHub Actions TypeScript template",
"version": "0.0.30",
"version": "0.0.32",
"author": "",
"private": true,
"homepage": "https://github.com/actions/typescript-action",
Expand Down

0 comments on commit a85642e

Please sign in to comment.