We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9a660 commit 3c6cc3eCopy full SHA for 3c6cc3e
1 file changed
.github/workflows/test.js.yml
@@ -22,12 +22,12 @@ jobs:
22
steps:
23
- uses: actions/checkout@v3
24
- name: Use Node.js ${{ matrix.node-version }} and Robot Framework ${{ matrix.robot-version }}
25
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
26
with:
27
node-version: ${{ matrix.node-version }}
28
- - run: |
29
- sudo pip install robotframework==${{ matrix.robot-version }}
30
- npm install
+ - run: sudo pip install robotframework==${{ matrix.robot-version }}
+ - run: npm install
31
- run: npm test
32
env:
33
CI: true
+
0 commit comments