1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-22 13:31:50 +04:00

Update test.yml

This commit is contained in:
Paweł Kuna
2019-11-30 16:41:06 +01:00
committed by GitHub
parent 6378993adc
commit 5ec8d672b1
+5
View File
@@ -20,6 +20,11 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Set Ruby version
uses: actions/setup-ruby@v1
with:
ruby-version: '2.x'
- run: node --version
- run: npm --version
- run: ruby -version