Skip to content

Commit

Permalink
Drop node 12
Browse files Browse the repository at this point in the history
It's EOL, and not building well anyway.
  • Loading branch information
jrjohnson committed May 15, 2022
1 parent 220da2e commit 65ffa3a
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 62 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@v3
with:
node-version: 12.x
node-version: 16.x
cache: npm
- name: Install Dependencies
run: npm ci
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 16.x
cache: npm
- name: install dependencies
run: npm ci
Expand All @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 16.x
cache: npm
- name: Install Dependencies
run: npm install --no-shrinkwrap
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 16.x
cache: npm
- name: Install Dependencies
run: npm ci
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
lint:
name: "Lint"
name: "Docs Lint"
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -31,7 +31,7 @@ jobs:
run: npm run lint

test:
name: "Test"
name: "Docs Test"
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Run Tests
run: npm test
percy:
name: Percy Visual Tests
name: Docs Percy Visual Tests
runs-on: ubuntu-latest
defaults:
run:
Expand Down
50 changes: 0 additions & 50 deletions .github/workflows/future-ci.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/update-transitive-dependenies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
update:
name: Tests
name: Update Dependencies
runs-on: macos-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"webpack": "^5.72.0"
},
"engines": {
"node": "12.* || 14.* || >= 16"
"node": ">= 16"
},
"ember": {
"edition": "octane"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"webpack": "^5.70.0"
},
"engines": {
"node": "12.* || 14.* || >= 16"
"node": "14.* || >= 16"
},
"ember": {
"edition": "octane"
Expand Down

0 comments on commit 65ffa3a

Please sign in to comment.