Skip to content

Commit c9ff7ab

Browse files
committed
Increase swap space to see if that makes the actions run
1 parent 660ea43 commit c9ff7ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
node-version: 22
2121
cache: npm
2222

23+
- name: Set Swap Space
24+
uses: pierotofy/set-swap-space@master
25+
with:
26+
swap-size-gb: 10
27+
2328
- name: npm install
2429
run: |
2530
npm install

0 commit comments

Comments
 (0)