Skip to content

Commit 35b6033

Browse files
authored
Update nodejs.yml
1 parent 0822a58 commit 35b6033

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,12 @@ jobs:
148148
if:
149149
'github.event_name == "pull_request"
150150
run:
151-
npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose
151+
'npx install commitlint--verbose'
152152
env:
153+
"name": "mapbox-maps-flutter",
154+
"lockfileVersion": 2,
155+
"requires": true,
156+
"packages": {}
153157
NODE_PATH:
154158

155159
name: mapbox_maps_flutter

0 commit comments

Comments
 (0)