Skip to content

Commit c62cdd2

Browse files
committed
Dropped support for Node v18.
Cypress no longer supports this [1] and I currently don't maintain different version lines of this library. Hence, this seems like the path of least resistance. [1] https://docs.cypress.io/app/references/changelog#15.0.0
1 parent 328ffbe commit c62cdd2

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/setup-node@v4
3333
with:
34-
node-version: 18
34+
node-version: 20
3535
- name: Checkout
3636
uses: actions/checkout@v4
3737
- name: Cache NPM modules
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- uses: actions/setup-node@v4
7373
with:
74-
node-version: 18
74+
node-version: 20
7575
- name: Checkout
7676
uses: actions/checkout@v4
7777
- name: Cache NPM modules

.github/workflows/examples-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- uses: actions/setup-node@v4
7373
with:
74-
node-version: 18
74+
node-version: 20
7575
- name: Checkout
7676
uses: actions/checkout@v4
7777
- name: Cache NPM modules

.github/workflows/examples-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/setup-node@v4
3838
with:
39-
node-version: 18
39+
node-version: 20
4040
- name: Checkout
4141
uses: actions/checkout@v4
4242
- name: Cache NPM modules

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Breaking changes:
88

99
- Dropped support for Cypress v11.
1010

11+
- Dropped support for Node v18.
12+
1113
Other changes:
1214

1315
- Added support for Cypress v15, fixes [#1312](https://github.com/badeball/cypress-cucumber-preprocessor/issues/1312).

0 commit comments

Comments
 (0)