From bb675550b189f009cf85d51488c1145f72e6ca4c Mon Sep 17 00:00:00 2001 From: Yehonal Date: Fri, 8 Dec 2023 14:56:13 +0100 Subject: [PATCH] fix warnings --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 074573d..0990915 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,8 +16,6 @@ jobs: with: npm_version: ${{ env.NPM_VERSION }} node_version: ${{ env.NODE_VERSION }} - install_command: "npm ci" - cache_global_npm_modules: false uses: ./extra-info test-extra-info-remote-usage: @@ -28,10 +26,6 @@ jobs: npm_version: ${{ env.NPM_VERSION }} node_version: ${{ env.NODE_VERSION }} package_json_path: ../package.json - install_command: "npm ci" - cache_global_npm_modules: false - cache_npm_modules: true - cache_command: 'echo "Nothing to do"' uses: Drassil/gh-actions-collection/extra-info@master test-node-setup: