Skip to content

Commit 70560e1

Browse files
author
Rastusik
committed
fix(ci): fix for insafe-perm configuration on new nodejs
1 parent 41f0554 commit 70560e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- run:
134134
name: Install commitlint
135135
command: |-
136-
npm config set unsafe-perm true
136+
echo "unsafe-perm=true" >> .npmrc
137137
npm i -g @commitlint/cli @commitlint/config-conventional
138138
- run:
139139
name: Validate commit message format

0 commit comments

Comments
 (0)