Skip to content

Commit

Permalink
Merge pull request #127 from empress/node-eol
Browse files Browse the repository at this point in the history
breaking: drop support for node < 16
  • Loading branch information
mansona authored Jul 2, 2023
2 parents c064ef1 + dbb7c7a commit faaddad
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:

env:
NODE_VERSION: 12
NODE_VERSION: 16
FORCE_COLOR: 1

jobs:
Expand All @@ -22,7 +22,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
- run: npm i -g npm@7
- run: npm ci
- run: npm run lint:hbs
- run: npm run lint:js
Expand All @@ -36,7 +35,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
- run: npm i -g npm@7
- run: npm ci
- run: npm run test:ember

Expand All @@ -49,7 +47,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
- run: npm i -g npm@7
- run: npm install --no-package-lock
- run: npm run test:ember

Expand Down Expand Up @@ -82,7 +79,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
- run: npm i -g npm@7
- run: npm ci
- name: test
run: node_modules/.bin/ember try:one ${{ matrix.ember-try-scenario }} --skip-cleanup

0 comments on commit faaddad

Please sign in to comment.