Skip to content

Commit b5a8aba

Browse files
committed
chore update order
1 parent 09072f1 commit b5a8aba

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/lint-test.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ jobs:
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:
@@ -27,15 +36,7 @@ jobs:
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

0 commit comments

Comments
 (0)