Skip to content

Commit

Permalink
Bump pnpm & node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zeppelin committed May 31, 2023
1 parent 2b7ca4e commit c4b41de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request: {}

env:
PNPM_VERSION: 7.18.2
PNPM_VERSION: 8.6.0

concurrency:
group: ci-${{ github.head_ref || github.ref }}
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x
cache: pnpm
- name: Install Dependencies
run: pnpm install
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x
cache: pnpm
- name: Install Dependencies
run: pnpm install
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x
cache: pnpm
- name: Install Dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"webpack": "5.75.0"
},
"engines": {
"node": "12.* || >= 14.*"
"node": "12.* || >= 16.*"
},
"changelog": {
"repo": "mainmatter/ember-promise-modals",
Expand Down

0 comments on commit c4b41de

Please sign in to comment.