Skip to content

Commit 4ef158f

Browse files
committed
Merge branch 'main' into rewrite-cookie
2 parents 90a6d13 + c92e7dd commit 4ef158f

File tree

5 files changed

+3382
-2462
lines changed

5 files changed

+3382
-2462
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
jobs:
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Setup Node.js
1818
uses: actions/setup-node@v4
@@ -33,7 +33,9 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout Code
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
37+
with:
38+
fetch-depth: 0
3739

3840
- name: Setup Node.js
3941
uses: actions/setup-node@v4

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22
-177 KB
Binary file not shown.

0 commit comments

Comments
 (0)