File tree Expand file tree Collapse file tree 4 files changed +6488
-6478
lines changed Expand file tree Collapse file tree 4 files changed +6488
-6478
lines changed Original file line number Diff line number Diff line change 8
8
build :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
+ - uses : pnpm/action-setup@v3
13
+ with :
14
+ version : 8
12
15
- name : Setup Node
13
- uses : actions/setup-node@v3
16
+ uses : actions/setup-node@v4
14
17
with :
15
18
node-version : 18
16
- cache : ' yarn '
17
- - run : yarn install --frozen-lockfile
18
- - run : yarn test
19
+ cache : ' pnpm '
20
+ - run : pnpm install --frozen-lockfile
21
+ - run : pnpm test
19
22
env :
20
23
CI : true
21
24
eslint :
22
25
runs-on : ubuntu-latest
23
26
steps :
24
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
+ - uses : pnpm/action-setup@v3
29
+ with :
30
+ version : 8
25
31
- name : Setup Node
26
- uses : actions/setup-node@v3
32
+ uses : actions/setup-node@v4
27
33
with :
28
34
node-version : 18
29
- cache : ' yarn '
30
- - run : yarn install --frozen-lockfile
31
- - run : yarn lint-fix
32
- - run : yarn prettier
35
+ cache : ' pnpm '
36
+ - run : pnpm install --frozen-lockfile
37
+ - run : pnpm lint-fix
38
+ - run : pnpm prettier
33
39
- name : Auto commit fixed code
34
40
id : auto-commit-action
35
41
uses : stefanzweifel/git-auto-commit-action@v4
Original file line number Diff line number Diff line change 25
25
"lint-fix" : " eslint --fix --ext .ts ." ,
26
26
"prepublish" : " run-p build:*"
27
27
},
28
- "dependencies" : {},
29
28
"devDependencies" : {
30
- "@cloudflare/workers-types" : " ^4.20231025 .0" ,
29
+ "@cloudflare/workers-types" : " ^4.20240208 .0" ,
31
30
"@typescript-eslint/eslint-plugin" : " ^6.10.0" ,
32
31
"@typescript-eslint/parser" : " ^6.10.0" ,
33
32
"eslint" : " ^8.53.0" ,
36
35
"eslint-import-resolver-typescript" : " ^3.6.1" ,
37
36
"eslint-plugin-eslint-comments" : " ^3.2.0" ,
38
37
"eslint-plugin-import" : " ^2.29.0" ,
39
- "firebase-tools" : " ^12.8.1 " ,
40
- "miniflare" : " ^3.20231025.1 " ,
38
+ "firebase-tools" : " ^13.3.0 " ,
39
+ "miniflare" : " ^3.20240129.3 " ,
41
40
"npm-run-all" : " ^4.1.5" ,
42
- "prettier" : " ^3.0.3 " ,
43
- "typescript" : " ^5.2.2 " ,
41
+ "prettier" : " ^3.2.5 " ,
42
+ "typescript" : " ^5.3.3 " ,
44
43
"vitest" : " ^0.34.6" ,
45
- "wrangler" : " ^3.15.0 "
44
+ "wrangler" : " ^3.28.3 "
46
45
},
47
46
"keywords" : [
48
47
" web" ,
You can’t perform that action at this time.
0 commit comments