Skip to content

Commit f08fa24

Browse files
authored
ci: stop testing against NodeJS v18 (#418)
* build(package): set minimal node version in engines field to v20 BREAKING CHANGE: Drop support for NodeJS v18 * build: set minimal node version in build script to v20 * ci: stop testing against NodeJS v18
1 parent 82f4518 commit f08fa24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
strategy:
1515
matrix:
1616
node_version:
17-
- 18
1817
- 20
1918
- 22
19+
- 24
2020
steps:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222
- name: Use Node.js ${{ matrix.node_version }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@
9999
"provenance": true
100100
},
101101
"engines": {
102-
"node": ">= 18"
102+
"node": ">= 20"
103103
}
104104
}

0 commit comments

Comments
 (0)