Skip to content

Commit

Permalink
Merge pull request #113 from ember-fastboot/drop-node
Browse files Browse the repository at this point in the history
drop support for node < v16
  • Loading branch information
mansona committed Dec 12, 2023
2 parents 5e8de40 + 25dd500 commit 9dff9f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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@v2
with:
node-version: 12.x
node-version: 16.x
cache: npm
- name: Install Dependencies
run: npm ci
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 16.x
cache: npm
- name: Install Dependencies
run: npm install --no-shrinkwrap
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 16.x
cache: npm
- name: Install Dependencies
run: npm ci
Expand Down

0 comments on commit 9dff9f4

Please sign in to comment.