Skip to content

Commit 9e1368e

Browse files
committed
clean up
1 parent 87ba2b2 commit 9e1368e

6 files changed

Lines changed: 7 additions & 16 deletions

File tree

.github/workflows/test-all.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
- name: Set up Node.js
2121
uses: actions/setup-node@v4
22+
with:
23+
node-version: 24
2224

2325
- name: Cache node modules
2426
id: cache-npm
@@ -40,7 +42,6 @@ jobs:
4042
run: |
4143
npm i
4244
npm install lerna
43-
npm install vercel@33.2.0
4445
npm list
4546
4647
- name: Build SDKs

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454

5555
- name: Set up Node.js
5656
uses: actions/setup-node@v4
57+
with:
58+
node-version: 24
5759

5860
- name: Cache node modules
5961
id: cache-npm
@@ -75,7 +77,6 @@ jobs:
7577
run: |
7678
npm i
7779
npm install lerna
78-
npm install vercel@33.2.0
7980
npm list
8081
8182
- name: Build SDKs

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ packages/tests-e2e/.env.connect.local
3030

3131
# scripts
3232
scripts/*.sh
33+
.env*.local

playground/react/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dist-ssr
1414
build
1515
.data
1616
.next
17+
next-env.d.ts
1718

1819
# Editor directories and files
1920
.vscode/*

playground/react/next-env.d.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

playground/react/vercel.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
{
2-
"rewrites": [
3-
{
4-
"source": "/(.*)",
5-
"destination": "/index.html"
6-
}
7-
]
8-
}
1+
{}

0 commit comments

Comments
 (0)