| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2025-03-03 18:03:55 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2025-03-03 18:03:55 UTC |
| parent | 6e7083fc59e933f8542dc4936772d6ba3982fc01 |
| .github/workflows/build.yml | +1 | -0 |
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 878f946..cba13e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,6 +56,7 @@ jobs: - name: NPM Dependencies run: | cd npm + npm config set maxsockets 2 npm i - name: Tests