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