Skip to content

Commit 9936094

Browse files
MrRefactoring#205 Version 3: maxContentLength was increased for attachments upload (MrRefactoring#223)
* MrRefactoring#205 deps updated * MrRefactoring#205 node version changed for CI * MrRefactoring#205 typedoc version changed * MrRefactoring#205 Version 3: maxContentLength was increased for attachments upload * unit tests timeout increased and CPU count increased
1 parent 1d450c3 commit 9936094

File tree

6 files changed

+6239
-63
lines changed

6 files changed

+6239
-63
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ on: [push]
44

55
jobs:
66
build:
7-
8-
runs-on: ubuntu-latest
7+
runs-on: self-hosted
98

109
strategy:
1110
max-parallel: 1
1211
matrix:
13-
node-version: [12.x, 14.x]
12+
node-version: [16.x, 18.x]
1413

1514
steps:
1615
- uses: actions/checkout@v2

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ on: workflow_dispatch
33

44
jobs:
55
publish:
6-
runs-on: ubuntu-latest
6+
runs-on: self-hosted
77
steps:
88
- name: Checkout sources
99
uses: actions/checkout@v2
10-
- name: Use Node.js 14
10+
- name: Use Node.js 16
1111
uses: actions/setup-node@v2
1212
with:
13-
node-version: 14
13+
node-version: 16
1414
registry-url: https://registry.npmjs.org/
1515
- name: Install dependencies
1616
run: npm ci

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Jira.js changelog
22

3+
### 2.15.5
4+
5+
Version 3: maxContentLength was increased for attachments upload. Thanks to [RealBuddy](https://github.com/RealBuddy) for reporting the issue.
6+
37
### 2.15.4
48

59
- Version 2, 3:
@@ -21,7 +25,7 @@
2125
### 2.15.0
2226

2327
- Version 3: addWorklog and updateWorklog comment field type fixed. Thanks to [RealBuddy](https://github.com/RealBuddy) for reporting the issue.
24-
- Version 3: maxContentLength was increased for attachments upload. Thanks to [RealBuddy](https://github.com/RealBuddy) for reporting the issue.
28+
- Version 2: maxContentLength was increased for attachments upload. Thanks to [RealBuddy](https://github.com/RealBuddy) for reporting the issue.
2529
- Version 2, Version 3:
2630
- `uiModificationsApps` API added.
2731
- `query` property added to `getProjectsForIssueTypeScreenScheme` method `IssueTypeScreenSchemes` API.

0 commit comments

Comments
 (0)