Skip to content

Commit

Permalink
fix(ci): setup pnpm (release) (#1399)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet authored Jul 5, 2024
1 parent 6c80c5c commit 95c814d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main

env:
PNPM_VERSION: 8.5.1
PNPM_VERSION: 8.6.11
NODE_VERSION: 18
jobs:
skip_ci:
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: ${{ env.PNPM_VERSION }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main

env:
PNPM_VERSION: 8.5.1
PNPM_VERSION: 8.6.11
NODE_VERSION: 18
jobs:
skip_ci:
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: ${{ env.PNPM_VERSION }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
# branches: [ main ]

env:
PNPM_VERSION: 8.5.1
PNPM_VERSION: 8.6.11
NODE_VERSION: 18

jobs:
Expand All @@ -24,7 +24,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: ${{ env.PNPM_VERSION }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
# - main

env:
PNPM_VERSION: 8.5.1
PNPM_VERSION: 8.6.11
NODE_VERSION: 18

jobs:
Expand All @@ -28,7 +28,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: ${{ env.PNPM_VERSION }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [ main ]

env:
PNPM_VERSION: 8.5.1
PNPM_VERSION: 8.6.11
NODE_VERSION: 18
jobs:
skip_ci:
Expand All @@ -29,7 +29,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: ${{ env.PNPM_VERSION }}
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: ${{ env.PNPM_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
"engines": {
"node": "16.* || >= 18.0.0"
},
"packageManager": "[email protected].7"
"packageManager": "[email protected].11"
}

0 comments on commit 95c814d

Please sign in to comment.