Skip to content

Commit

Permalink
Merge branch 'beta' of github.com:octokit/app.js into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed May 21, 2023
2 parents 54796c9 + 274a54c commit e95c154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
strategy:
matrix:
node_version:
- 14
- 16
- 18
- 20
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node_version }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"typescript": "^5.0.0"
},
"engines": {
"node": ">= 14"
"node": ">= 18"
},
"jest": {
"preset": "ts-jest",
Expand Down

0 comments on commit e95c154

Please sign in to comment.