From 0526755909d0854d83390073fe694caa8e238bc4 Mon Sep 17 00:00:00 2001 From: Devin Date: Sat, 1 Jul 2023 07:20:34 -0400 Subject: [PATCH] use npm ci instead of install --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 4080041b..3d0e8ce7 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -37,7 +37,7 @@ jobs: - name: Install Tools NPM Libs working-directory: tools - run: npm install + run: npm ci # This step validates the format of the tag created, if this was a published release. # Currently, it must be in the format "yr-X.Y" or "yr-X.Y.Z"