Skip to content

Commit 1b9abdd

Browse files
authored
chore(ci): update to node 20 (#1813)
1 parent 87339f9 commit 1b9abdd

17 files changed

+20
-20
lines changed

.github/workflows/1_2_b_bump_extension_only.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Use Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: '18'
30+
node-version: '20'
3131
cache: 'npm'
3232
- name: Install Dependencies
3333
run: npm install && npm run bootstrap

.github/workflows/1_2_c_promote_patch_to_stable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Use Node.js
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: '18'
24+
node-version: '20'
2525
cache: 'npm'
2626
- name: Install Dependencies
2727
run: npm install && npm run bootstrap

.github/workflows/1_check_for_updates.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Use Node.js
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: '18'
24+
node-version: '20'
2525
cache: 'npm'
2626
- name: Install Dependencies
2727
run: npm install

.github/workflows/2_bump_versions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Use Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: '18'
29+
node-version: '20'
3030
cache: 'npm'
3131
- name: Install Dependencies
3232
run: npm install && npm run bootstrap

.github/workflows/3_LS_tests_publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Use Node.js
3737
uses: actions/setup-node@v4
3838
with:
39-
node-version: '18'
39+
node-version: '20'
4040
cache: 'npm'
4141
- name: Install Dependencies
4242
run: npm install && npm run bootstrap
@@ -57,7 +57,7 @@ jobs:
5757
- name: Use Node.js
5858
uses: actions/setup-node@v4
5959
with:
60-
node-version: '18'
60+
node-version: '20'
6161
cache: 'npm'
6262
# Setup .npmrc file to publish to npm
6363
registry-url: 'https://registry.npmjs.org'

.github/workflows/4_bump_LS_in_extension.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Use Node.js
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: '18'
37+
node-version: '20'
3838
- name: Print inputs
3939
run: |
4040
echo ${{github.event.inputs.npm_channel}}

.github/workflows/5_e2e_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Use Node.js
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: '18'
38+
node-version: '20'
3939
- name: Install Dependencies
4040
run: npm install && npm run bootstrap
4141
- name: Compile
@@ -56,7 +56,7 @@ jobs:
5656
- name: Use Node.js
5757
uses: actions/setup-node@v4
5858
with:
59-
node-version: '18'
59+
node-version: '20'
6060
- name: Print inputs
6161
run: |
6262
echo ${{github.event.inputs.npm_channel}}

.github/workflows/6_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Use Node.js
4040
uses: actions/setup-node@v4
4141
with:
42-
node-version: '18'
42+
node-version: '20'
4343
cache: 'npm'
4444
- name: Print inputs
4545
run: |

.github/workflows/7_publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Use Node.js
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: '18'
38+
node-version: '20'
3939
cache: 'npm'
4040
- name: Print inputs
4141
run: |
@@ -89,7 +89,7 @@ jobs:
8989
- name: Use Node.js
9090
uses: actions/setup-node@v4
9191
with:
92-
node-version: '18'
92+
node-version: '20'
9393
cache: 'npm'
9494
- name: Print inputs
9595
run: |

.github/workflows/PR_build_extension.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Use Node.js
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: '18'
36+
node-version: '20'
3737
cache: 'npm'
3838

3939
# Build the extension

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Use Node.js
4141
uses: actions/setup-node@v4
4242
with:
43-
node-version: '18'
43+
node-version: '20'
4444
cache: 'npm'
4545
- name: Install Dependencies
4646
run: npm install && npm run bootstrap

.github/workflows/e2e_check_for_new_published_vsix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Use Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '18'
19+
node-version: '20'
2020
cache: 'npm'
2121
- name: Install Dependencies
2222
run: npm install

.github/workflows/e2e_published_vsix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Use Node.js
3838
uses: actions/setup-node@v4
3939
with:
40-
node-version: '18'
40+
node-version: '20'
4141
cache: 'npm'
4242
- name: Install Dependencies
4343
run: npm install && npm run bootstrap

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Prisma",
66
"license": "Apache-2.0",
77
"engines": {
8-
"node": ">=16",
8+
"node": ">=20",
99
"npm": ">=7"
1010
},
1111
"devDependencies": {

packages/language-server/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/language-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "Apache-2.0",
88
"publisher": "Prisma",
99
"engines": {
10-
"node": ">=14"
10+
"node": ">=20"
1111
},
1212
"prisma": {
1313
"enginesVersion": "eb5bc5493ac383a8fe3c3e7fabfc93e4d44ca21e",

0 commit comments

Comments
 (0)