We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f758882 commit 189e7bdCopy full SHA for 189e7bd
Usage.md
@@ -56,15 +56,15 @@ jobs:
56
57
test-self-hosted:
58
name: Testing self-hosted tag
59
- needs: start-runner
+ needs: start-runners
60
runs-on: self-hosted
61
steps:
62
- name: step 1
63
run: echo "Hello World!"
64
65
test-internal-tools:
66
name: Testing internal tool connectivity
67
68
69
70
- name: curl selenium
@@ -121,7 +121,7 @@ You should be sure to install any other prerequisites onto the self-hosted runne
121
122
```yaml
123
- name: Set up Node
124
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
125
with:
126
- node-version: 16
+ node-version: 20
127
```
0 commit comments