Skip to content

Commit

Permalink
Merge pull request #1533 from typed-ember/node-version-bump
Browse files Browse the repository at this point in the history
Update to use Node 14+ (drop support for Node 12)
  • Loading branch information
chriskrycho committed Oct 25, 2022
2 parents bd1758f + 7e00a06 commit ff45eb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: '^12'
node-version: '^14'
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Prepare CI Environment
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"proseWrap": "never"
},
"volta": {
"node": "12.22.9",
"yarn": "1.22.17"
"node": "14.20.1",
"yarn": "1.22.19"
}
}

0 comments on commit ff45eb8

Please sign in to comment.