We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd1758f + 7e00a06 commit ff45eb8Copy full SHA for ff45eb8
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Install Node
51
uses: actions/setup-node@v1
52
with:
53
- node-version: '^12'
+ node-version: '^14'
54
- name: Install Dependencies
55
run: yarn install --frozen-lockfile
56
- name: Prepare CI Environment
package.json
@@ -142,7 +142,7 @@
142
"proseWrap": "never"
143
},
144
"volta": {
145
- "node": "12.22.9",
146
- "yarn": "1.22.17"
+ "node": "14.20.1",
+ "yarn": "1.22.19"
147
}
148
0 commit comments