Skip to content

Commit

Permalink
Update to use Node 14+
Browse files Browse the repository at this point in the history
- in `volta` key in `package.json`
- in config for Windows CI in `ci.yml`
  • Loading branch information
chriskrycho committed Oct 25, 2022
1 parent bd1758f commit 7e00a06
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 7e00a06

Please # to comment.