Skip to content

Commit

Permalink
Merge pull request #89 from cupcakearmy/69/password
Browse files Browse the repository at this point in the history
69/password
  • Loading branch information
cupcakearmy committed May 25, 2023
2 parents d7e5a34 + 9c9c23d commit ac32b97
Show file tree
Hide file tree
Showing 44 changed files with 1,225 additions and 222 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,20 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
cache: 'pnpm'
node-version-file: '.nvmrc'
- uses: pnpm/action-setup@v2
registry-url: 'https://registry.npmjs.org'

- run: |
pnpm install --frozen-lockfile
pnpm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

docker:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
- uses: actions/checkout@v3

# Node
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
cache: 'pnpm'
node-version-file: '.nvmrc'
- uses: pnpm/action-setup@v2

# Docker
- uses: docker/setup-qemu-action@v2
Expand Down
Loading

0 comments on commit ac32b97

Please sign in to comment.