Skip to content

Commit 1619714

Browse files
authored
chore: [#1] Remove support node18 (#1811)
1 parent 5e830a1 commit 1619714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node-version: [18, 20, 22]
11+
node-version: [20, 22]
1212

1313
steps:
1414
- uses: actions/checkout@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
]
4545
},
4646
"engines": {
47-
"node": ">=18.0.0"
47+
"node": ">=20.0.0"
4848
}
4949
}

0 commit comments

Comments
 (0)