From 1be205a0412804c3614afab5ccbdd3aa467a5eff Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Mon, 28 Oct 2024 11:58:43 -1000 Subject: [PATCH] ci: use Node.js 18 in Types workfow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdf0a02..c1dcd69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node: [16] + node: [18] typescript: ["4.6", "4.7", "4.8", "4.9", "5.0"] steps: