From 6d335da4d73905225a154132d2bc4573dcb3bf89 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 20 Feb 2023 15:56:54 -0600 Subject: [PATCH] add cache to release.yaml --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d825505..7928f92 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,6 +13,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 + cache: 'npm' - run: npm ci - run: npm run release build-windows: @@ -23,6 +24,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 + cache: 'npm' - run: npm ci - run: npm run release build-macos: @@ -38,5 +40,6 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 + cache: 'npm' - run: npm ci - run: npm run release