Skip to content

Commit

Permalink
release: v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-guerin committed Dec 4, 2023
1 parent 47613cb commit 76ce82f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14.16.1 ]
node-version: [ 18.16.1 ]
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down
17 changes: 9 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"reflect-metadata": "^0.1.13",
"ts-jest": "^26.4.4",
"tslint": "^5.20.1",
"typescript": "^4.0.0"
"typescript": "^5.1.6"
}
}

0 comments on commit 76ce82f

Please sign in to comment.