Skip to content

Commit a16e0ad

Browse files
authored
Try with node 12
1 parent 322c2af commit a16e0ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
- name: Set up Node
170170
uses: actions/setup-node@v2
171171
with:
172-
node-version: 14.x
172+
node-version: 12.x
173173

174174
- name: Get yarn cache
175175
id: yarn-cache
@@ -249,4 +249,4 @@ jobs:
249249
uses: actions/upload-artifact@v2
250250
with:
251251
name: ipywidgets-updated-snapshots
252-
path: ui-tests/tests
252+
path: ui-tests/tests

0 commit comments

Comments
 (0)