Skip to content

Commit

Permalink
fix: deal with undefined variables passed into query string and updat…
Browse files Browse the repository at this point in the history
…e addattachmentonissue to take mime and filename
  • Loading branch information
Aeolun committed Jul 10, 2024
1 parent 365fa4e commit 55990fe
Show file tree
Hide file tree
Showing 11 changed files with 14,257 additions and 10,116 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['16', '18', '20', 'lts/*', 'latest']
node-version: ['18', '20', '22', 'lts/*', 'latest']
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ npm-debug.log
*.iml

tmp-docs-repo
openapi.json
Loading

0 comments on commit 55990fe

Please sign in to comment.