File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
1313 with :
1414 fetch-depth : ${{ env.fetch_depth }}
15- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
15+ - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
1616 - run : npm install -g @commitlint/cli @commitlint/config-conventional
1717 - run : npx commitlint --from "$from" --to "$to" --verbose -x "$extends"
1818 env :
Original file line number Diff line number Diff line change 1616 working-directory : extension
1717 steps :
1818 - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
19- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
19+ - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
2020 with :
2121 node-version : 18.20.8
2222 - run : npm ci
You can’t perform that action at this time.
0 commit comments