From 8dd31bf63981553a07f2d6bdc2b546b12594f3a7 Mon Sep 17 00:00:00 2001 From: Dylan Owen Date: Thu, 9 May 2024 14:15:29 -0700 Subject: [PATCH] test no install --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ac914c..49a01a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,6 @@ jobs: with: node-version-file: '.nvmrc' cache: npm - - name: Install our dependencies - run: npm install - name: Build our release run: npm run release - name: Upload artifact