File tree Expand file tree Collapse file tree 5 files changed +1784
-2736
lines changed Expand file tree Collapse file tree 5 files changed +1784
-2736
lines changed Original file line number Diff line number Diff line change 66 test :
77 runs-on : ubuntu-latest
88
9+ strategy :
10+ matrix :
11+ node-version : [20, 21]
12+
913 steps :
1014 - uses : actions/checkout@v4
1115 with :
1216 fetch-depth : 0
1317
1418 - uses : actions/setup-node@v4
1519 with :
16- node-version : 18
20+ node-version : ${{ matrix.node-version }}
1721 check-latest : true
1822
1923 - name : Install dependencies
4044
4145 - uses : actions/setup-node@v4
4246 with :
43- node-version : 18
47+ node-version : 20
4448 check-latest : true
4549
4650 - name : Import GPG key
Original file line number Diff line number Diff line change 1- #! /usr/bin/env sh
2- . " $( dirname -- " $0 " ) /_/husky.sh"
3-
41npx commitlint --edit $1
Original file line number Diff line number Diff line change 1- #! /usr/bin/env sh
2- . " $( dirname -- " $0 " ) /_/husky.sh"
3-
41npx lint-staged
You can’t perform that action at this time.
0 commit comments