From 9008ba832a0993c4eb4d9cc476a68271a9d4ec0a Mon Sep 17 00:00:00 2001 From: uzlopak Date: Fri, 23 Feb 2024 14:50:15 +0100 Subject: [PATCH] chore: use lts for pubish types workflow --- .github/workflows/publish-undici-types.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-undici-types.yml b/.github/workflows/publish-undici-types.yml index 2d56f755231..92bb1943138 100644 --- a/.github/workflows/publish-undici-types.yml +++ b/.github/workflows/publish-undici-types.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: - node-version: '16.x' + node-version: lts/* registry-url: 'https://registry.npmjs.org' - run: npm install - run: node scripts/generate-undici-types-package-json.js