Skip to content

Commit

Permalink
PNPM 8 to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
phndiaye committed Jan 6, 2025
1 parent d987725 commit b242e92
Show file tree
Hide file tree
Showing 2 changed files with 10,436 additions and 8,727 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:

env:
NODE_VERSION: 16
NODE_VERSION: 20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FONTAWESOME_NPM_AUTH_TOKEN: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}

Expand All @@ -22,9 +22,9 @@ jobs:
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- uses: actions/setup-node@v3
with:
node-version: '${{ env.NODE_VERSION }}'
Expand All @@ -46,9 +46,9 @@ jobs:
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- uses: actions/setup-node@v3
with:
node-version: '${{ env.NODE_VERSION }}'
Expand All @@ -71,9 +71,9 @@ jobs:
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- uses: actions/setup-node@v3
with:
node-version: '${{ env.NODE_VERSION }}'
Expand Down
Loading

0 comments on commit b242e92

Please sign in to comment.