Skip to content

Commit 8d95796

Browse files
authored
fix: prevent npm dependency error (#1849)
This commit fixes an npm dependency error that caused the test action to fail.
1 parent 3387427 commit 8d95796

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: "12.x"
21+
node-version: "16.x"
2222

2323
- name: Install & Test
2424
run: |

0 commit comments

Comments
 (0)