From 0fde27d39d4e49b1be8e1fb7cc640350f98e6555 Mon Sep 17 00:00:00 2001 From: Ethan Arrowood Date: Wed, 4 Oct 2023 11:34:48 -0600 Subject: [PATCH] use npm install instead of npm ci (#2309) --- .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 b0afae73eb1..27d2d24f76e 100644 --- a/.github/workflows/publish-undici-types.yml +++ b/.github/workflows/publish-undici-types.yml @@ -13,7 +13,7 @@ jobs: with: node-version: '16.x' registry-url: 'https://registry.npmjs.org' - - run: npm ci + - run: npm install - run: node scripts/generate-undici-types-package-json.js - run: cd types - run: npm publish