File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 14
14
FORCE_COLOR : 1
15
15
# renovate: datasource=npm depName=pnpm
16
16
PNPM_VERSION : 9.15.3
17
+ # renovate: datasource=npm depName=auto-dist-tag
18
+ AUTO_DIST_TAG_VERSION : 1.0.0
17
19
18
20
jobs :
19
21
lint :
31
33
version : ${{ env.PNPM_VERSION }}
32
34
run_install : true
33
35
34
- - run : yarn lint
36
+ - run : pnpm lint
35
37
36
38
tests :
37
39
strategy :
52
54
version : ${{ env.PNPM_VERSION }}
53
55
run_install : true
54
56
55
- - run : yarn test --coverage
57
+ - run : pnpm test -- --coverage
56
58
57
59
release :
58
60
name : Release
75
77
version : ${{ env.PNPM_VERSION }}
76
78
run_install : true
77
79
78
- - run : npx auto-dist-tag@1 --write
80
+ - run : pnpx auto-dist-tag@${AUTO_DIST_TAG_VERSION} --write
79
81
- run : npm publish
80
82
env :
81
83
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments