Skip to content

Commit 8887ece

Browse files
committed
feat: node 18 compatibility
1 parent e53221d commit 8887ece

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.changeset/smooth-otters-jog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"replexica": minor
3+
"@replexica/cli": minor
4+
---
5+
6+
add node 18 compatibility

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Use Node.js
2727
uses: actions/setup-node@v2
2828
with:
29-
node-version: 20.11.0
29+
node-version: 18
3030

3131
- name: Install pnpm
3232
uses: pnpm/action-setup@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Use Node.js
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: 20.11.0
22+
node-version: 18
2323

2424
- name: Install pnpm
2525
uses: pnpm/action-setup@v4

package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"engines": {
26-
"node": ">=20"
26+
"node": ">=18"
2727
},
2828
"bin": {
2929
"replexica": "./bin/cli.mjs"
@@ -49,4 +49,4 @@
4949
"devDependencies": {
5050
"tsup": "^8.1.0"
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)