Skip to content

Commit a11a094

Browse files
committed
wip
1 parent 0149b7b commit a11a094

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7+
#- uses: actions/setup-node@v1
8+
# with:
9+
# node-version: 12.x
710
- uses: actions/checkout@v1
811
with:
912
fetch-depth: 1
10-
- uses: actions/setup-node@v1
11-
with:
12-
node-version: 12.x
1313
- name: Composer Dependencies
1414
run: composer install --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
1515
- name: Lint

screenshot.png

-193 KB
Binary file not shown.

0 commit comments

Comments
 (0)