Skip to content

Commit

Permalink
Merge pull request #28 from zentered/feat/permissions
Browse files Browse the repository at this point in the history
feat: add permissions to scope; update dependencies
  • Loading branch information
PatrickHeneise authored Dec 15, 2023
2 parents 5f5241e + 1656731 commit 88a1061
Show file tree
Hide file tree
Showing 5 changed files with 9,774 additions and 5,528 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@v4
- uses: pnpm/action-setup@v2
with:
version: 7

- uses: actions/setup-node@v4
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 88a1061

Please sign in to comment.