Skip to content

Commit f51c47d

Browse files
Copilotsalmanmkc
andauthored
Use Node 20 runtime in CI workflows
Agent-Logs-Url: https://github.com/github/vscode-github-actions/sessions/0c1437aa-f8b7-4e39-8c42-5569156f9a66 Co-authored-by: salmanmkc <32169182+salmanmkc@users.noreply.github.com>
1 parent 1eaff4f commit f51c47d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v5
2222
- uses: actions/setup-node@v5
2323
with:
24-
node-version: 16.x
24+
node-version: 20.x
2525
cache: "npm"
2626
registry-url: "https://npm.pkg.github.com"
2727
- run: npm --no-git-tag-version version 1.0.${{ github.run_number }}

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v5
2121
- uses: actions/setup-node@v5
2222
with:
23-
node-version: 16.x
23+
node-version: 20.x
2424
cache: "npm"
2525
registry-url: "https://npm.pkg.github.com"
2626
- run: npm ci

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- uses: actions/setup-node@v5
7777
with:
78-
node-version: 16.x
78+
node-version: 20.x
7979
cache: "npm"
8080
registry-url: "https://npm.pkg.github.com"
8181

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- uses: actions/setup-node@v5
3939
with:
40-
node-version: "16"
40+
node-version: "20"
4141

4242
- name: Bump version and push
4343
run: |

0 commit comments

Comments
 (0)