Skip to content

Commit

Permalink
fix: prevent npm dependency error (#1849)
Browse files Browse the repository at this point in the history
This commit fixes an npm dependency error that caused the test action to
fail.
  • Loading branch information
rickstaa authored Jul 6, 2022
1 parent 3387427 commit 8d95796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

1 comment on commit 8d95796

@vercel
Copy link

@vercel vercel bot commented on 8d95796 Jul 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.