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 5bf88fc
Show file tree
Hide file tree
Showing 3 changed files with 9,775 additions and 7,131 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/sinon": "^10.0.6",
"@types/tether": "^1.4.6",
"@typescript-eslint/parser": "^5.9.1",
"@upfluence/oss-components": "^3.54.4",
"@upfluence/oss-components": "github:upfluence/oss-components#pn/pnpm-upgrade",
"ember-cli": "~3.18.0",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-inject-live-reload": "^2.0.2",
Expand Down
Loading

0 comments on commit 5bf88fc

Please sign in to comment.