Skip to content

Commit a35cb72

Browse files
author
Comick
committed
test later versions
1 parent 7371ce3 commit a35cb72

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ 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, 3.2.1]
19+
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 19.x]
20+
robot-version: [2.9.2, 3.2.2, 4.1.3, 5.0, 6.0.1]
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323
- name: Use Node.js ${{ matrix.node-version }} and Robot Framework ${{ matrix.robot-version }}
2424
uses: actions/setup-node@v1
2525
with:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"test",
1212
"ATDD"
1313
],
14-
"version": "1.4.0",
14+
"version": "1.4.1",
1515
"preferGlobal": false,
1616
"homepage": "https://github.com/comick/node-robotremoteserver",
1717
"author": {
1818
"name": "Michele Comignano",
19-
"email": "comick@gmail.com",
19+
"email": "mcdev@playlinux.net",
2020
"url": "https://github.com/comick"
2121
},
2222
"repository": {

0 commit comments

Comments
 (0)