Skip to content

Commit

Permalink
Allow latest pnpm (#2101)
Browse files Browse the repository at this point in the history
* Allow latest pnpm

* Update ci.yml
  • Loading branch information
RobbieTheWagner authored Aug 6, 2024
1 parent 6aafbf4 commit 10599da
Show file tree
Hide file tree
Showing 6 changed files with 11,838 additions and 9,147 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 18.x
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Run Tests
Expand All @@ -50,14 +50,14 @@ jobs:
- embroider-optimized

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 18.x
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Run Tests
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 18.19.0
pnpm 8.14.1
pnpm 9.6.0
2 changes: 1 addition & 1 deletion ember-flatpickr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},
"engines": {
"node": "18.* || >= 20",
"pnpm": "^8.14.1"
"pnpm": "^9.6.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
},
"engines": {
"node": "18.* || >= 20",
"pnpm": "^8.14.1"
"pnpm": "^9.6.0"
}
}
Loading

0 comments on commit 10599da

Please sign in to comment.