Skip to content

Commit

Permalink
Merge pull request #757 from ember-cli/drop-node-support
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored Jun 14, 2022
2 parents e6e436b + d149c62 commit 3f1561e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
with:
node-version: 10.x

- uses: actions/cache@v2
id: yarn-cache
with:
Expand All @@ -43,7 +40,7 @@ jobs:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
with:
node-version: 12.x
node-version: 16.x
- uses: actions/cache@v2
id: yarn-cache
with:
Expand Down Expand Up @@ -86,7 +83,7 @@ jobs:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
with:
node-version: 12.x
node-version: 16.x
- uses: actions/cache@v2
id: yarn-cache
with:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"release-it-lerna-changelog": "^3.1.0"
},
"engines": {
"node": ">= 10.*"
"node": "14.* || 16.* || >= 18"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand All @@ -96,7 +96,7 @@
}
},
"volta": {
"node": "10.24.1",
"node": "14.19.3",
"yarn": "1.22.11"
}
}

0 comments on commit 3f1561e

Please sign in to comment.