Skip to content

Commit ff45eb8

Browse files
authored
Merge pull request #1533 from typed-ember/node-version-bump
Update to use Node 14+ (drop support for Node 12)
2 parents bd1758f + 7e00a06 commit ff45eb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install Node
5151
uses: actions/setup-node@v1
5252
with:
53-
node-version: '^12'
53+
node-version: '^14'
5454
- name: Install Dependencies
5555
run: yarn install --frozen-lockfile
5656
- name: Prepare CI Environment

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"proseWrap": "never"
143143
},
144144
"volta": {
145-
"node": "12.22.9",
146-
"yarn": "1.22.17"
145+
"node": "14.20.1",
146+
"yarn": "1.22.19"
147147
}
148148
}

0 commit comments

Comments
 (0)