Skip to content

Commit 78c7197

Browse files
authored
Update test.js.yml
1 parent 9e05c36 commit 78c7197

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/test.js.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [10.x, 12.x, 14.x]
20-
robot-version: [2.8.7, 2.9.2, 3.0.4]
19+
node-version: [12.x, 14.x]
20+
robot-version: [2.8.7, 2.9.2, 3.0.4, 3.1.2, 3.2.1]
2121
steps:
2222
- uses: actions/checkout@v2
23-
- name: Use Node.js ${{ matrix.node-version }} and
23+
- name: Use Node.js ${{ matrix.node-version }} and Robot Framework ${{ matrix.robot-version }}
2424
uses: actions/setup-node@v1
2525
with:
2626
node-version: ${{ matrix.node-version }}
27-
robot-version: ${{ matrix.robot-version }}
2827
- run: |
2928
sudo pip install robotframework==${{ matrix.robot-version }}
3029
npm install

0 commit comments

Comments
 (0)