commit 27396bb6f80065724737cda4a4607d692750320a
parent 3de1cdc36d4b986c671f7e0ef3b4574a7a549c5f
Author: finwo <finwo@pm.me>
Date: Thu, 23 May 2024 21:33:52 +0200
node20 ain't a thing, use 21.x
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: [18.x, 20.x]
+ node-version: [18.x, 21.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: [18.x, 20.x]
+ node-version: [18.x, 21.x]
steps:
- uses: actions/checkout@v3