Skip to content

Commit

Permalink
NodeJS 10 version life was ended
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactoring committed Oct 9, 2023
1 parent 827a676 commit 909d0be
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
steps:
- name: Linting
run: npm run lint
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
steps:
- name: Running unit tests
run: npm run test:unit
Expand All @@ -53,7 +53,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
steps:
- name: Creating `.env` file
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Use Node.js 16.x.x
- name: Use Node.js 18.x.x
uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Usability, consistency, and performance are key focuses of jira.js, and it also

## Installation

**Node.js 10.0.0 or newer is required.**
**Node.js 18.0.0 or newer is required.**

Install with the npm:

Expand Down
8 changes: 4 additions & 4 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 @@ -65,7 +65,7 @@
"@swc-node/register": "^1.6.8",
"@swc/helpers": "^0.5.3",
"@types/express": "^4.17.18",
"@types/node": "^20.8.3",
"@types/node": "^18.18.4",
"@types/oauth": "^0.9.2",
"@types/sinon": "^10.0.19",
"@typescript-eslint/eslint-plugin": "^6.7.4",
Expand Down

0 comments on commit 909d0be

Please sign in to comment.