This repository was archived by the owner on Mar 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +121
-115
lines changed Expand file tree Collapse file tree 4 files changed +121
-115
lines changed Original file line number Diff line number Diff line change 20
20
with :
21
21
node-version : 16.x
22
22
23
+ - run : corepack enable
24
+
23
25
- name : Setup
24
26
run : npm i -g @antfu/ni
25
27
39
41
with :
40
42
node-version : 16.x
41
43
44
+ - run : corepack enable
45
+
42
46
- name : Setup
43
47
run : npm i -g @antfu/ni
44
48
65
69
with :
66
70
node-version : ${{ matrix.node }}
67
71
72
+ - run : corepack enable
73
+
68
74
- name : Setup
69
75
run : npm i -g @antfu/ni
70
76
Original file line number Diff line number Diff line change @@ -13,28 +13,28 @@ jobs:
13
13
with :
14
14
fetch-depth : 0
15
15
16
- - name : Install pnpm
17
- uses : pnpm/action-setup@v2
18
-
19
16
- name : Use Node.js v16
20
17
uses : actions/setup-node@v3
21
18
with :
22
19
node-version : 16
23
20
registry-url : https://registry.npmjs.org/
24
- cache : pnpm
25
21
26
- - name : Install
27
- run : pnpm install
22
+ - run : corepack enable
28
23
29
- - run : npx conventional-github-releaser -p angular
30
- continue-on-error : true
31
- env :
32
- CONVENTIONAL_GITHUB_RELEASER_TOKEN : ${{secrets.GITHUB_TOKEN}}
24
+ - name : Setup
25
+ run : npm i -g @antfu/ni
26
+
27
+ - name : Install
28
+ run : nci
33
29
34
30
- name : Build
35
- run : pnpm run build
31
+ run : nr build
36
32
37
33
- name : Publish to npm
38
- run : pnpm publish --access public --no-git-checks
34
+ run : npm publish --access public
35
+ env :
36
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
37
+
38
+ - run : npx conventional-github-releaser -p angular
39
39
env :
40
- NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN }}
40
+ CONVENTIONAL_GITHUB_RELEASER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 54
54
},
55
55
"devDependencies" : {
56
56
"@antfu/eslint-config" : " ^0.25.0" ,
57
- "@types/node" : " ^17.0.36 " ,
57
+ "@types/node" : " ^17.0.38 " ,
58
58
"bumpp" : " ^7.1.1" ,
59
59
"eslint" : " ^8.16.0" ,
60
60
"pnpm" : " ^7.1.7" ,
61
61
"typescript" : " ^4.7.2" ,
62
62
"unbuild" : " ^0.7.4" ,
63
63
"vite" : " ^2.9.9" ,
64
- "vitest" : " ^0.13.0 " ,
64
+ "vitest" : " ^0.13.1 " ,
65
65
"vue" : " ^3.2.36" ,
66
66
"vue-tsc" : " ^0.35.2"
67
67
}
You can’t perform that action at this time.
0 commit comments