Skip to content

Commit ce8969f

Browse files
committed
wip
1 parent 4243ab3 commit ce8969f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2222

2323
steps:
24-
- name: install tools
24+
- uses: actions/setup-node@v1
25+
with:
26+
node-version: 10
27+
- name: Install tools
2528
run: sudo apt-get install jpegoptim
2629
&& sudo apt-get install pngquant
2730
&& sudo apt-get install gifsicle

0 commit comments

Comments
 (0)