File tree Expand file tree Collapse file tree 6 files changed +5096
-66
lines changed Expand file tree Collapse file tree 6 files changed +5096
-66
lines changed Original file line number Diff line number Diff line change @@ -19,21 +19,24 @@ jobs:
19
19
strategy :
20
20
matrix :
21
21
os : [ubuntu-latest]
22
- node : ["18" ]
22
+ node : ['20' ]
23
23
24
24
runs-on : ${{ matrix.os }}
25
25
26
26
steps :
27
27
- uses : actions/checkout@v2
28
-
29
28
- name : Set up Node
30
29
uses : actions/setup-node@v2
31
30
with :
32
31
node-version : ${{ matrix.node }}
32
+ - name : Install pnpm
33
+ uses : pnpm/action-setup@v4
34
+ with :
35
+ version : 10
33
36
- name : Run CI steps
34
37
run : |
35
- npm ci
36
- npm run ci
38
+ pnpm install
39
+ pnpm run ci
37
40
- name : Upload coverage results to Coveralls
38
41
uses : coverallsapp/github-action@master
39
42
with :
Original file line number Diff line number Diff line change 39
39
},
40
40
"dependencies" : {
41
41
"@supabase/node-fetch" : " ^2.6.14" ,
42
- "@types/phoenix" : " ^1.5.4 " ,
43
- "@types/ws" : " ^8.5.10 " ,
42
+ "@types/phoenix" : " ^1.6.6 " ,
43
+ "@types/ws" : " ^8.5.14 " ,
44
44
"ws" : " ^8.18.0"
45
45
},
46
46
"devDependencies" : {
47
47
"@arethetypeswrong/cli" : " ^0.16.2" ,
48
48
"@types/sinon" : " ^17.0.3" ,
49
- "@vitest/coverage-v8" : " ^2.0.5 " ,
49
+ "@vitest/coverage-v8" : " ^2.1.9 " ,
50
50
"eslint" : " ^7.0.0" ,
51
51
"esm" : " ^3.2.25" ,
52
52
"jsdom" : " ^16.7.0" ,
58
58
"prettier" : " ^2.1.2" ,
59
59
"semantic-release-plugin-update-version-in-files" : " ^1.1.0" ,
60
60
"sinon" : " ^18.0.0" ,
61
- "typedoc" : " ^0.22.16 " ,
62
- "typescript" : " ^4.0 .3" ,
63
- "vitest" : " ^2.0.5 " ,
61
+ "typedoc" : " ^0.27.6 " ,
62
+ "typescript" : " ^5.7 .3" ,
63
+ "vitest" : " ^2.1.9 " ,
64
64
"web-worker" : " 1.2.0"
65
65
}
66
- }
66
+ }
You can’t perform that action at this time.
0 commit comments