Skip to content

Commit 572c4b3

Browse files
committed
Upgraded Node from version 16 to 20
1 parent c359650 commit 572c4b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Node.js
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: 16 # Ensure the Node.js version matches your task runtime
31+
node-version: 20 # Ensure the Node.js version matches your task runtime
3232

3333
- name: Install Dependencies
3434
run: npm install

tasks/retire/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
],
4444
"instanceNameFormat": "Run Retire with options $(options)",
4545
"execution": {
46-
"Node16": {
46+
"Node20": {
4747
"target": "index.js"
4848
}
4949
}

0 commit comments

Comments
 (0)