We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4243ab3 commit ce8969fCopy full SHA for ce8969f
.github/workflows/run-tests.yml
@@ -21,7 +21,10 @@ jobs:
21
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
22
23
steps:
24
- - name: install tools
+ - uses: actions/setup-node@v1
25
+ with:
26
+ node-version: 10
27
+ - name: Install tools
28
run: sudo apt-get install jpegoptim
29
&& sudo apt-get install pngquant
30
&& sudo apt-get install gifsicle
0 commit comments