fix: prevent npm dependency error (#1849)

This commit fixes an npm dependency error that caused the test action to
fail.
This commit is contained in:
Rick Staa
2022-07-06 15:08:20 +02:00
committed by GitHub
parent 33874275b2
commit 8d95796890
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: "12.x"
node-version: "16.x"
- name: Install & Test
run: |