Skip to content

Commit

Permalink
* add @babel/types
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorMurphy21 committed Jan 11, 2024
1 parent a5dbcd9 commit 4c3f0e2
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated_git_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [20.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
42 changes: 42 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"build": "npm run build --workspaces"
},
"devDependencies": {
"@babel/types": "^7.23.6",
"@rushstack/eslint-patch": "^1.6.1",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
Expand Down

0 comments on commit 4c3f0e2

Please sign in to comment.