Skip to content

Commit

Permalink
Pnpm 8 to 10 & CI node version 20 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienVannier66 authored Jan 14, 2025
1 parent d72238f commit aadfe5c
Show file tree
Hide file tree
Showing 25 changed files with 11,200 additions and 10,561 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 @@ -24,9 +24,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: 10
- uses: actions/setup-node@v3
with:
node-version: '${{ env.NODE_VERSION }}'
Expand All @@ -48,9 +48,9 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
version: 10
- uses: actions/setup-node@v3
with:
node-version: '${{ env.NODE_VERSION }}'
Expand All @@ -70,9 +70,9 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
version: 10
- uses: actions/setup-node@v3
with:
node-version: '${{ env.NODE_VERSION }}'
Expand Down
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

Loading

0 comments on commit aadfe5c

Please sign in to comment.