From f1203f14bd08160b23964b0c79aba2a85620a284 Mon Sep 17 00:00:00 2001 From: hasezoey Date: Mon, 15 Jul 2024 12:56:43 +0200 Subject: [PATCH] chore(workflows/tsd): update node-version to 16 for types test --- .github/workflows/tsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tsd.yml b/.github/workflows/tsd.yml index cc3d045454d..0960b7d1de2 100644 --- a/.github/workflows/tsd.yml +++ b/.github/workflows/tsd.yml @@ -43,7 +43,7 @@ jobs: - name: Setup node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: - node-version: 14 + node-version: 16 - run: npm install