Skip to content

Commit 45bb665

Browse files
author
Comick
committed
Update CI to current node and robot versions
1 parent f3282f4 commit 45bb665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
matrix:
1919
# Kept current with https://github.com/nodejs/release#release-schedule
20-
node-version: [14.x, 16.x, 18.x, 19.x]
21-
robot-version: [3.2.2, 4.1.3, 5.0, 6.0.1]
20+
node-version: [16.x, 18.x, 20.x, 21.x, 22.x, 23.x, 24.x]
21+
robot-version: [3.2.2, 4.1.3, 5.0, 6.1.1, 7.0]
2222
steps:
2323
- uses: actions/checkout@v3
2424
- name: Use Node.js ${{ matrix.node-version }} and Robot Framework ${{ matrix.robot-version }}

0 commit comments

Comments
 (0)