Skip to content

Commit

Permalink
Merge pull request #1279 from adopted-ember-addons/min-node
Browse files Browse the repository at this point in the history
update minimum supported Node version to 18
  • Loading branch information
mansona authored Oct 17, 2024
2 parents 0ec723c + 1a3f823 commit 6b3af64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 12.x
node-version: 18.x
cache: npm
- name: Install Dependencies
run: npm ci
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 12.x
node-version: 18.x
cache: npm
- name: Install Dependencies
run: npm install --no-shrinkwrap
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 12.x
node-version: 18.x
cache: npm
- name: Install Dependencies
run: npm ci
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 12.x
node-version: 18.x
cache: npm
- name: Install Dependencies
run: npm ci
Expand Down

0 comments on commit 6b3af64

Please sign in to comment.