Skip to content

Commit

Permalink
ci: bump github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Jul 21, 2024
1 parent 511b7b5 commit f2ef68f
Show file tree
Hide file tree
Showing 3 changed files with 1,016 additions and 626 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v2
with:
version: 7
version: 8

- run: pnpm install

Expand All @@ -29,4 +29,4 @@ jobs:

- uses: codecov/codecov-action@v3

- run: pnpm build
- run: pnpm build
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
registry-url: 'https://registry.npmjs.org'

- uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: 7
version: 8

- run: pnpm install

Expand All @@ -40,4 +40,4 @@ jobs:
newversion: ${{ github.event.inputs.newversion }}
push_version_commit: true
github_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{ secrets.NPM_TOKEN }}
npm_token: ${{ secrets.NPM_TOKEN }}
Loading

0 comments on commit f2ef68f

Please sign in to comment.