Skip to content

Commit c477f13

Browse files
authored
fix: Resolve npm ERESOLVE error in GitHub Actions workflow
Details: - Cleared npm cache to remove stale dependencies. - Installed dependencies with --legacy-peer-deps to force legacy peer dependency resolution. - Updated Node.js version to 16 for better compatibility with packages.
1 parent a16cb5e commit c477f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v2
1818
with:
19-
node-version: '16'
19+
node-version: '18'
2020
cache: 'npm'
2121

2222
- name: Clear npm cache

0 commit comments

Comments
 (0)