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.
1 parent c81b4f6 commit a11180dCopy full SHA for a11180d
.github/workflows/packaging.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install node
23
uses: actions/setup-node@v1
24
with:
25
- node-version: '14.x'
+ node-version: '16.x'
26
- name: Install Python
27
uses: actions/setup-python@v2
28
.github/workflows/tests.yml
@@ -169,7 +169,7 @@ jobs:
169
- name: Set up Node
170
uses: actions/setup-node@v2
171
172
- node-version: 14.x
173
174
- name: Get yarn cache
175
id: yarn-cache
0 commit comments