Skip to content

Commit ad90cd9

Browse files
authored
Merge pull request #185 from appetizeio/feature/update-dependencies
Update deps and update eslint
2 parents b12aaa0 + e1181db commit ad90cd9

File tree

15 files changed

+7169
-5058
lines changed

15 files changed

+7169
-5058
lines changed

.eslintignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

.eslintrc.json

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525

2626
- name: Set Node.js 16.x
27-
uses: actions/setup-node@v4.1.0
27+
uses: actions/setup-node@v4.3.0
2828
with:
2929
node-version: 16.x
3030

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ GitHub Action to facilitate interaction with Appetize's API. This action can be
3838

3939
```yaml
4040
- name: Upload to Appetize
41-
uses: appetizeio/[email protected].4
41+
uses: appetizeio/[email protected].5
4242
with:
4343
apiToken: ${{ secrets.APPETIZE_API_TOKEN }}
4444
appFile: test/app.zip
@@ -49,7 +49,7 @@ GitHub Action to facilitate interaction with Appetize's API. This action can be
4949
5050
```yaml
5151
- name: Upload to Appetize
52-
uses: appetizeio/[email protected].4
52+
uses: appetizeio/[email protected].5
5353
with:
5454
apiToken: ${{ secrets.APPETIZE_API_TOKEN }}
5555
publicKey: ${{ secrets.APPETIZE_PUBLIC_KEY }}

__tests__/main.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ describe('Validate inputs', () => {
8989
})
9090
})
9191

92+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
9293
const setInput = (name: string, value: any) => {
9394
process.env[`INPUT_${name.replace(/ /g, '_').toUpperCase()}`] = value
9495
}

0 commit comments

Comments
 (0)