mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-08-10 06:21:43 +00:00
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:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user