Skip to content

Commit 168e568

Browse files
authored
chore: run CI with node 20 (#2574)
openvsx currently fails on deploy because it requires it
1 parent ce87e1f commit 168e568

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: pnpm/action-setup@v4
1111
- uses: actions/setup-node@v4
1212
with:
13-
node-version: "18.x"
13+
node-version: "20.x"
1414
cache: pnpm
1515

1616
# Get projects set up
@@ -31,7 +31,7 @@ jobs:
3131
- uses: pnpm/action-setup@v4
3232
- uses: actions/setup-node@v4
3333
with:
34-
node-version: "18.x"
34+
node-version: "20.x"
3535
cache: pnpm
3636

3737
# Lets us use one-liner JSON manipulations the package.json files
@@ -56,7 +56,7 @@ jobs:
5656
- uses: pnpm/action-setup@v4
5757
- uses: actions/setup-node@v4
5858
with:
59-
node-version: "18.x"
59+
node-version: "20.x"
6060
cache: pnpm
6161

6262
# Get projects set up

.github/workflows/DeployExtensionsProd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: pnpm/action-setup@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: "18.x"
17+
node-version: "20.x"
1818
registry-url: "https://registry.npmjs.org"
1919
cache: pnpm
2020

.github/workflows/DeploySvelte2tsxProd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: pnpm/action-setup@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: "18.x"
20+
node-version: "20.x"
2121
registry-url: "https://registry.npmjs.org"
2222
cache: pnpm
2323

.github/workflows/DeploySvelteCheckProd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: pnpm/action-setup@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: "18.x"
20+
node-version: "20.x"
2121
registry-url: "https://registry.npmjs.org"
2222
cache: pnpm
2323

.github/workflows/DeploySvelteLanguageServerProd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: pnpm/action-setup@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: "18.x"
20+
node-version: "20.x"
2121
registry-url: "https://registry.npmjs.org"
2222
cache: pnpm
2323

.github/workflows/DeployTypescriptPluginProd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: pnpm/action-setup@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: "18.x"
20+
node-version: "20.x"
2121
registry-url: "https://registry.npmjs.org"
2222
cache: pnpm
2323

0 commit comments

Comments
 (0)