Skip to content

Commit b4acc93

Browse files
authored
Merge branch 'main' into merge-templates-sdk-with-e2b-sdk-e2b-2939
2 parents b6cd775 + abebb40 commit b4acc93

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/cli_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node
3030
uses: actions/setup-node@v3
3131
with:
32-
node-version: '18.x'
32+
node-version: '20.x'
3333
registry-url: 'https://registry.npmjs.org'
3434
cache: pnpm
3535
cache-dependency-path: pnpm-lock.yaml

.github/workflows/js_sdk_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Node
3333
uses: actions/setup-node@v3
3434
with:
35-
node-version: '18.x'
35+
node-version: '20.x'
3636
registry-url: 'https://registry.npmjs.org'
3737
cache: pnpm
3838
cache-dependency-path: pnpm-lock.yaml

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
with:
1717
version: 9.5
1818

19-
- name: Setup Node.js 18
19+
- name: Setup Node.js 20
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: '18.x'
22+
node-version: '20.x'
2323
registry-url: https://registry.npmjs.org
2424
cache: pnpm
2525

.github/workflows/publish_packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
with:
4747
version: 9.5
4848

49-
- name: Setup Node.js 18
49+
- name: Setup Node.js 20
5050
uses: actions/setup-node@v3
5151
with:
52-
node-version: '18.x'
52+
node-version: '20.x'
5353
cache: pnpm
5454

5555
- name: Configure pnpm

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node
3030
uses: actions/setup-node@v3
3131
with:
32-
node-version: "18.x"
32+
node-version: "20.x"
3333
registry-url: "https://registry.npmjs.org"
3434
cache: pnpm
3535
cache-dependency-path: pnpm-lock.yaml
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup Node
7171
uses: actions/setup-node@v3
7272
with:
73-
node-version: "18.x"
73+
node-version: "20.x"
7474
registry-url: "https://registry.npmjs.org"
7575
cache: pnpm
7676
cache-dependency-path: pnpm-lock.yaml

.github/workflows/release_candidates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
with:
2323
version: 9.5
2424

25-
- name: Setup Node.js 18
25+
- name: Setup Node.js 20
2626
uses: actions/setup-node@v4
2727
if: ${{ contains( github.event.pull_request.labels.*.name, 'js-rc') || contains( github.event.pull_request.labels.*.name, 'cli-rc') || contains( github.event.pull_request.labels.*.name, 'python-rc') }}
2828
with:
29-
node-version: '18.x'
29+
node-version: '20.x'
3030
registry-url: https://registry.npmjs.org
3131
cache: pnpm
3232

0 commit comments

Comments
 (0)