Skip to content

Commit

Permalink
* updated workflow file
Browse files Browse the repository at this point in the history
* excluding jest config from compilation
  • Loading branch information
[email protected] committed Jan 19, 2024
1 parent 3a4a012 commit f0b2006
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

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

steps:
Expand Down
3 changes: 1 addition & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run format
git add .
npm run format
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,5 @@
},
"baseUrl": ".",
},
"exclude": ["jest.config.ts"],
}

0 comments on commit f0b2006

Please sign in to comment.