Skip to content

Commit

Permalink
chore: pin dependencies with lockfile (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
Belco90 authored Feb 4, 2023
1 parent e2c9bbb commit e2c1a6f
Show file tree
Hide file tree
Showing 4 changed files with 25,435 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ name: Pipeline
on:
push:
branches:
# semantic-release valid branches
# semantic-release valid branches and all-contributors branches
- '+([0-9])?(.{+([0-9]),x}).x'
- 'main'
- 'next'
- 'next-major'
- 'beta'
- 'alpha'
- 'all-contributors/**'
pull_request:
types: [opened, synchronize]

Expand Down
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ yarn-error.log
# Yarn Integrity file
.yarn-integrity

# these cause more harm than good
# when working with contributors
package-lock.json
# Ignore locks other than npm
pnpm-lock.yaml
yarn.lock
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
package-lock=false
auto-install-peers=true
enable-pre-post-scripts=true
Loading

0 comments on commit e2c1a6f

Please sign in to comment.