ci: attempt to improve build times
All checks were successful
Continuous Integration / GitHub Actions Test (push) Successful in 21s
Continuous Integration / TypeScript Tests (push) Successful in 1m23s
Check Transpiled JavaScript / Check dist/ (push) Successful in 1m27s

This commit is contained in:
2024-11-13 10:19:07 +13:00
parent 1d60abdc59
commit 68e1a14674
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
#cache: npm
- name: Install Dependencies
id: install

View File

@@ -26,7 +26,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
#cache: npm
- name: Install Dependencies
id: npm-ci

View File

@@ -20,4 +20,4 @@ steps:
uses: https://git.119.224.65.18.sslip.io/siteorg/setup-conan@v1
with:
conan-version: 2.9.2
```
```