Skip to content

Commit 3c6cc3e

Browse files
author
Comick
committed
ci changes
1 parent cd9a660 commit 3c6cc3e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.js.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v3
2424
- name: Use Node.js ${{ matrix.node-version }} and Robot Framework ${{ matrix.robot-version }}
25-
uses: actions/setup-node@v1
25+
uses: actions/setup-node@v3
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
- run: |
29-
sudo pip install robotframework==${{ matrix.robot-version }}
30-
npm install
28+
- run: sudo pip install robotframework==${{ matrix.robot-version }}
29+
- run: npm install
3130
- run: npm test
3231
env:
3332
CI: true
33+

0 commit comments

Comments
 (0)