Skip to content

Commit a68abbb

Browse files
authored
Revert "fix: prevent npm dependency error (#1849)" (#1850)
This reverts commit 8d95796.
1 parent 8d95796 commit a68abbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node
1919
uses: actions/setup-node@v1
2020
with:
21-
node-version: "16.x"
21+
node-version: "12.x"
2222

2323
- name: Install & Test
2424
run: |

0 commit comments

Comments
 (0)