From 728f115de95d605e1c1135445d5d20164f65bb90 Mon Sep 17 00:00:00 2001 From: WatDuhHekBro <44940783+WatDuhHekBro@users.noreply.github.com> Date: Mon, 12 Apr 2021 09:08:04 -0500 Subject: [PATCH] The actual GitHub actions fix (hopefully) --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 27419b7..a43d289 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -21,7 +21,7 @@ jobs: # https://github.com/npm/cli/issues/558#issuecomment-580018468 # Error: "npm ERR! fsevents not accessible from jest-haste-map" # (supposed to just be a warning b/c optional dependency, but CI environment causes it to fail) - - run: npm ci + - run: npm i - name: Build codebase run: npm run build