Skip to content

Commit

Permalink
fix: update node version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
romgere committed May 3, 2023
1 parent f908af1 commit 80554ec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
strategy:
matrix:
node:
- "12"
- "14"
- "16"
- "18"
steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v1
Expand All @@ -55,8 +55,8 @@ jobs:
strategy:
matrix:
node:
- "12"
- "14"
- "16"
- "18"

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@v3
- uses: volta-cli/action@v1
with:
node-version: 12.x
node-version: 16.x
- name: install dependencies
run: yarn install --frozen-lockfile
- name: test
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
node_js:
# we recommend testing addons with the same minimum supported node version as Ember CLI
# so that your addon works for all apps
- "10"
- "14"

dist: xenial

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ember install ember-url-hash-polyfill
## Compatibility

* Ember.js v3.25 or above
* Node.js v12 or above
* Node.js v14 or above

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"yarn": "1.22.19"
},
"engines": {
"node": "10.* || >= 12"
"node": "16.* || >= 18"
},
"ember": {
"edition": "octane"
Expand Down

0 comments on commit 80554ec

Please sign in to comment.