commit 3de1cdc36d4b986c671f7e0ef3b4574a7a549c5f
parent d3843ec8716d5c099977315b62b2db6e45fc7ae8
Author: finwo <finwo@pm.me>
Date: Thu, 23 May 2024 21:33:08 +0200
Don't support below node18
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
- node-version: [14.x, 16.x, 18.x]
+ node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
- node-version: [14.x, 16.x, 18.x]
+ node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3