Skip to content

Commit

Permalink
ci: update workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed Apr 28, 2024
1 parent 3197d94 commit 6de34f3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Setting up Node.js ${{ matrix.node-version }}
Expand All @@ -27,7 +27,7 @@ jobs:
- run: pnpm install
- run: pnpm lint
- name: Cache pnpm modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand All @@ -38,5 +38,4 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: kinde/jwt-decoder
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 6de34f3

Please sign in to comment.