From 2698ccf8abf5fbc1ba923cb50f22c8e2818722e1 Mon Sep 17 00:00:00 2001 From: Dylan Owen Date: Thu, 9 May 2024 14:01:16 -0700 Subject: [PATCH] fix --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dba8d6c..1ac914c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,9 @@ jobs: - uses: actions/setup-node@v4 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