From 8f701d8b2e9411b3a99fba5a0c334e22f18c64f4 Mon Sep 17 00:00:00 2001 From: Benny Chew Date: Sun, 1 Oct 2023 21:30:51 +1100 Subject: [PATCH] ci: add --update-notifier=false for npm ci --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 0a52527..8597af6 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -19,5 +19,5 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} - - run: npm ci + - run: npm ci --update-notifier=false - run: npm test