Skip to content

Commit 0b7f090

Browse files
committed
move node setup and npm ci before prek action in ci
1 parent 87cc5ab commit 0b7f090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v6
27-
- uses: j178/prek-action@v2
2827
- uses: actions/setup-node@v6
2928
with:
3029
node-version-file: '.nvmrc'
3130
- run: npm ci
31+
- uses: j178/prek-action@v2
3232
- run: make lint-client
3333
test-server:
3434
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)