Skip to content

Commit e2c1a6f

Browse files
authored
chore: pin dependencies with lockfile (#729)
1 parent e2c9bbb commit e2c1a6f

File tree

4 files changed

+25435
-5
lines changed

4 files changed

+25435
-5
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ name: Pipeline
33
on:
44
push:
55
branches:
6-
# semantic-release valid branches
6+
# semantic-release valid branches and all-contributors branches
77
- '+([0-9])?(.{+([0-9]),x}).x'
88
- 'main'
99
- 'next'
1010
- 'next-major'
1111
- 'beta'
1212
- 'alpha'
13+
- 'all-contributors/**'
1314
pull_request:
1415
types: [opened, synchronize]
1516

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ yarn-error.log
6767
# Yarn Integrity file
6868
.yarn-integrity
6969

70-
# these cause more harm than good
71-
# when working with contributors
72-
package-lock.json
70+
# Ignore locks other than npm
71+
pnpm-lock.yaml
7372
yarn.lock

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
package-lock=false
21
auto-install-peers=true
32
enable-pre-post-scripts=true

0 commit comments

Comments
 (0)