Skip to content

Commit fe058d6

Browse files
fix: Added testing and support for for node 20.
1 parent 62aff05 commit fe058d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [22.x, 24.x]
17+
node-version: [20.x, 22.x, 24.x]
1818

1919
steps:
2020
- uses: actions/checkout@v6

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://jsr.io/schema/config-file.v1.json",
33
"name": "@sovereignbase/bytecodec",
4-
"version": "1.3.3",
4+
"version": "1.4.0",
55
"exports": "./src/index.ts",
66
"publish": {
77
"include": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
]
8787
},
8888
"engines": {
89-
"node": ">=18"
89+
"node": ">=20"
9090
},
9191
"devDependencies": {
9292
"@commitlint/cli": "^20.5.0",

0 commit comments

Comments
 (0)