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 c359650 commit 572c4b3Copy full SHA for 572c4b3
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install Node.js
29
uses: actions/setup-node@v4
30
with:
31
- node-version: 16 # Ensure the Node.js version matches your task runtime
+ node-version: 20 # Ensure the Node.js version matches your task runtime
32
33
- name: Install Dependencies
34
run: npm install
tasks/retire/task.json
@@ -43,7 +43,7 @@
43
],
44
"instanceNameFormat": "Run Retire with options $(options)",
45
"execution": {
46
- "Node16": {
+ "Node20": {
47
"target": "index.js"
48
}
49
0 commit comments