Skip to content

Commit a494e3f

Browse files
authored
Merge pull request #48 from antstackio/dev
Bump @types/node, eslint and @typescript-eslint/parser
2 parents 8bab8a0 + fe352f7 commit a494e3f

File tree

3 files changed

+66
-88
lines changed

3 files changed

+66
-88
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ see [action.yml](action.yml)
1919

2020
<!-- start usage -->
2121
```yaml
22-
- uses: antstackio/[email protected].2
22+
- uses: antstackio/[email protected].3
2323
with:
2424
databricks-repo-branch: 'your branch name'
2525
databricks-token: 'databricks token from github secret'

package-lock.json

Lines changed: 63 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"axios": "^1.4.0"
3030
},
3131
"devDependencies": {
32-
"@types/node": "^18.16.3",
32+
"@types/node": "^20.2.3",
3333
"@typescript-eslint/parser": "^5.59.6",
3434
"@vercel/ncc": "^0.36.1",
35-
"eslint": "^8.39.0",
35+
"eslint": "^8.40.0",
3636
"eslint-plugin-github": "^4.7.0",
3737
"eslint-plugin-jest": "^27.2.1",
3838
"jest": "^29.5.0",

0 commit comments

Comments
 (0)