Skip to content

Commit

Permalink
Merge pull request #1049 from bertdeblock/pin-pnpm-version
Browse files Browse the repository at this point in the history
Pin `pnpm` version
  • Loading branch information
bertdeblock authored Jan 4, 2025
2 parents 874252c + eb1fdb2 commit 98b0f65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ concurrency:
group: ci-${{ github.head_ref || github.ref }}
cancel-in-progress: true

env:
SKIP_YARN_COREPACK_CHECK: 0

jobs:
lint:
name: Lint
Expand All @@ -20,8 +23,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 18
Expand All @@ -37,8 +38,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Install Node
uses: actions/setup-node@v4
with:
Expand All @@ -61,8 +60,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down Expand Up @@ -148,8 +145,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down Expand Up @@ -183,8 +178,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
Expand Down Expand Up @@ -215,8 +208,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
Expand All @@ -242,8 +233,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"sinon": "^19.0.2",
"tmp-sync": "^1.1.0"
},
"packageManager": "[email protected]",
"engines": {
"node": ">= 18"
},
Expand Down

0 comments on commit 98b0f65

Please sign in to comment.