This commit is contained in:
Chris Trevino 2022-03-15 08:37:02 -07:00
Родитель 008163810c
Коммит 253705d2f0
1 изменённых файлов: 1 добавлений и 0 удалений

1
.github/workflows/ci.yml поставляемый
Просмотреть файл

@ -47,6 +47,7 @@ jobs:
node-version: [14.x, 16.x]
steps:
- run: echo "actor is ${{github.actor}}, ref is ${{github.ref}} head_ref is ${{github.head_ref}}"
- name: Use Node ${{ matrix.node-version }}
uses: actions/setup-node@v1
with: