We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f85e1 commit fc83ddfCopy full SHA for fc83ddf
.github/workflows/pr.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- node-version: [14]
+ node-version: [16]
21
steps:
22
- name: Get Yarn cache path
23
id: yarn-cache
.github/workflows/release.yml
@@ -26,10 +26,10 @@ jobs:
26
# so that Changesets can generate changelogs with the correct commits
27
fetch-depth: 0
28
29
- - name: Use Node.js 14.x
+ - name: Use Node.js 16.x
30
uses: actions/setup-node@master
31
with:
32
- node-version: 14
+ node-version: 16
33
34
- name: Load Yarn cache
35
uses: actions/cache@v2
0 commit comments