Skip to content

Commit 7f46f65

Browse files
authored
feat: STRF-13943 Enable node 22; drop node 18; BREAKING CHANGE: Drop Node 18 Support (#1339)
BREAKING CHANGE: Drop Node 18 Support
1 parent adb90fa commit 7f46f65

File tree

6 files changed

+813
-842
lines changed

6 files changed

+813
-842
lines changed

.github/workflows/pull_request_review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
strategy:
1010
matrix:
11-
node: [18.x, 20.x, 22.x]
11+
node: [20.x, 22.x, 24.x]
1212
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
1313
exclude:
1414
- os: windows-latest

.github/workflows/pull_request_title_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: '20.x'
17+
node-version: '22.x'
1818
cache: 'npm'
1919
- name: Install Dependencies
2020
run: npm ci

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: '20.x'
14+
node-version: '22.x'
1515
- run: npm i
1616
- name: Check Git Commit name
1717
run: git log -1 --pretty=format:"%s" | npx commitlint

mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
node = "22"

0 commit comments

Comments
 (0)