Skip to content

Commit a675dcf

Browse files
mesaugatshine2lay
andauthored
fix: update node version to v20 for release and testing workflow (#738)
* fix: update node version to v20 * Bump jest and nock to latest versions * Remove callback * Bump probot to version ^13.0.2 * test: update nock mocks * Bump nock package to version v14.0.0-beta.5 * Add changeset --------- Co-authored-by: Shine Lee <aungshine@gmail.com>
1 parent 375def2 commit a675dcf

File tree

6 files changed

+3485
-8038
lines changed

6 files changed

+3485
-8038
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18.14.1]
15+
node-version: [20.11.1]
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121
- name: Use Node.js ${{ matrix.node-version }}
22-
uses: actions/setup-node@v1
22+
uses: actions/setup-node@v4
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
- run: npm install

.github/workflows/testing.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
branches: ['**']
66
pull_request:
7-
branches: [ '**' ]
8-
7+
branches: ['**']
8+
99
permissions:
1010
contents: read
1111

@@ -16,16 +16,16 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [14.15.4]
19+
node-version: [20.11.1]
2020

2121
steps:
22-
- uses: actions/checkout@v2
23-
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v1
25-
with:
26-
node-version: ${{ matrix.node-version }}
27-
- run: npm install
28-
- run: npm run build --if-present
29-
- run: npm run test-coverage
30-
env:
31-
CI: true
22+
- uses: actions/checkout@v4
23+
- name: Use Node.js ${{ matrix.node-version }}
24+
uses: actions/setup-node@v4
25+
with:
26+
node-version: ${{ matrix.node-version }}
27+
- run: npm install
28+
- run: npm run build --if-present
29+
- run: npm run test-coverage
30+
env:
31+
CI: true

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
CHANGELOG
22
=====================================
3+
| Mar 11, 2024: fix: bump dependencies probot, jest and nock to latest versions and update ci workflow to use node 20 `#738 <https://github.com/mergeability/mergeable/pull/738>`_
34
| Feb 27, 2024: fix: search and replace of special annotations `#735 <https://github.com/mergeability/mergeable/pull/735>`_
45
| May 12, 2023: fix: Loading teams for team option of author filter/validator `#713 <https://github.com/mergeability/mergeable/pull/713>`_
56
| May 11, 2023: fix: Send correct payload for changing labels `#715 <https://github.com/mergeability/mergeable/pull/715>`_

0 commit comments

Comments
 (0)