build: ignores/swap/concurrency

This commit is contained in:
iCrawl
2023-08-24 21:58:34 +02:00
parent 6ea63d000b
commit 9811514deb
28 changed files with 120 additions and 55 deletions

View File

@@ -1,3 +1,4 @@
.turbo
coverage
dist
tsup.config.bundled*

View File

@@ -3,6 +3,12 @@ description: 'Run yarn install with node_modules linker and cache enabled'
runs:
using: 'composite'
steps:
- name: Set up swap space
if: runner.os == 'Linux'
uses: pierotofy/set-swap-space@v1.0
with:
swap-size-gb: 10
- name: Expose yarn config as "$GITHUB_OUTPUT"
id: yarn-config
shell: bash