Revert "fix: prevent npm dependency error (#1849)" (#1850)

This reverts commit 8d95796890.
This commit is contained in:
Rick Staa
2022-07-06 15:16:10 +02:00
committed by GitHub
parent 8d95796890
commit a68abbb9b3
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: "16.x"
node-version: "12.x"
- name: Install & Test
run: |