Skip to content

Commit

Permalink
fix(ci): patch CI workflow
Browse files Browse the repository at this point in the history
Bump workflow go version

Add `@tsconfig/strictest`
  • Loading branch information
bdreece committed Mar 17, 2024
1 parent 1aba864 commit 4ef2a4a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.23'

- name: Install dependencies
run: |
Expand Down
7 changes: 7 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 @@ -11,6 +11,7 @@
"prepare": "husky install"
},
"devDependencies": {
"@tsconfig/strictest": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
Expand Down

0 comments on commit 4ef2a4a

Please sign in to comment.