Skip to content

Commit

Permalink
chore: use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 16, 2020
1 parent 623bc10 commit 6d24387
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3,512 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
# don't diff machine generated files
dist/ -diff
package-lock.json -diff
pnpm-lock.yaml -diff
12 changes: 8 additions & 4 deletions .github/workflows/bump_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,21 @@ on:
- cron: "0 0 * * *"

jobs:
build:
Bump_Dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: "14"
- name: Setup PNPM
uses: pnpm/[email protected]
with:
version: latest
- run: |
npm ci
npm run bump
npm install
pnpm install
pnpm run bump
pnpm install
- uses: peter-evans/create-pull-request@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Thumbs.db

# Node
node_modules
package-lock.json

# TypeScript
*.tsbuildinfo
Expand Down
Loading

0 comments on commit 6d24387

Please sign in to comment.