File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 1616 steps :
1717 - name : Checkout code
1818 uses : actions/checkout@v4
19+ - uses : actions/setup-node@v4
20+ with :
21+ node-version : 22
22+ cache : ' npm'
23+ - name : Install dependencies
24+ run : npm install
25+ - name : Generate code
26+ working-directory : ./cosmo-router/plugins/users
27+ run : npm run generate
1928
2029 - uses : ./.github/actions/go
2130 with :
2736 - uses : ./.github/actions/go-mod-tidy
2837 with :
2938 working-directory : ./cosmo-router/plugins/users/
30- - uses : actions/setup-node@v4
31- with :
32- node-version : 22
33- cache : ' npm'
34- - name : Install dependencies
35- run : npm install
36- - name : Generate code
37- working-directory : ./cosmo-router/plugins/users
38- run : npm run generate
39+
3940
4041 - name : Lint
4142 uses : ./.github/actions/go-linter
You can’t perform that action at this time.
0 commit comments