Skip to content

Commit fd91cd7

Browse files
committed
chore!: Drop support for node 18, as it is at end-of-life
1 parent 080a6fb commit fd91cd7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
node-version: [18.x, 20.x, 22.x]
14+
node-version: [20.x, 22.x]
1515
os: [macos-latest, ubuntu-latest, windows-latest]
1616
steps:
1717
- name: Harden Runner

.github/workflows/builld-and-test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
node-version: [18.x, 20.x, 22.x]
15+
node-version: [20.x, 22.x]
1616
os: [macos-latest, ubuntu-latest, windows-latest]
1717
steps:
1818
- name: Harden Runner

0 commit comments

Comments
 (0)