Skip to content

Commit

Permalink
feat: add permissions to scope; update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Dec 15, 2023
1 parent 2076ea6 commit fabcf15
Show file tree
Hide file tree
Showing 5 changed files with 9,774 additions and 5,298 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7

- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'pnpm'
- run: pnpm i
- run: pnpm run lint
node-version: '20'
cache: 'npm'
- run: npm ci
- run: npm run lint

- run: npx semantic-release
env:
Expand Down
Loading

0 comments on commit fabcf15

Please sign in to comment.