File tree 3 files changed +1016
-626
lines changed
3 files changed +1016
-626
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
14
14
- uses : actions/setup-node@v3
15
15
with :
16
- node-version : 18
16
+ node-version : 20
17
17
18
18
- uses : pnpm/action-setup@v2
19
19
with :
20
- version : 7
20
+ version : 8
21
21
22
22
- run : pnpm install
23
23
29
29
30
30
- uses : codecov/codecov-action@v3
31
31
32
- - run : pnpm build
32
+ - run : pnpm build
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
21
21
22
22
- uses : actions/setup-node@v3
23
23
with :
24
- node-version : 18
24
+ node-version : 20
25
25
registry-url : ' https://registry.npmjs.org'
26
26
27
27
- uses : pnpm/action-setup@v2
28
28
id : pnpm-install
29
29
with :
30
- version : 7
30
+ version : 8
31
31
32
32
- run : pnpm install
33
33
40
40
newversion : ${{ github.event.inputs.newversion }}
41
41
push_version_commit : true
42
42
github_token : ${{ secrets.GITHUB_TOKEN }}
43
- npm_token : ${{ secrets.NPM_TOKEN }}
43
+ npm_token : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments