Skip to content

Commit 9302345

Browse files
committed
feat: support Node 14.x
1 parent 336886a commit 9302345

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
strategy:
3737
matrix:
38-
nodejs: [16, 18, 20, 22]
38+
nodejs: [14, 16, 18, 20, 22]
3939
steps:
4040
- uses: actions/checkout@v4
4141
- uses: actions/setup-node@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test": "uvu"
4242
},
4343
"engines": {
44-
"node": ">=16"
44+
"node": ">=14"
4545
},
4646
"devDependencies": {
4747
"uvu": "0.5"

0 commit comments

Comments
 (0)