Skip to content

Commit

Permalink
revert to node v14 because of npm bug with install scripts of depende…
Browse files Browse the repository at this point in the history
…ncies: npm/cli#1905
  • Loading branch information
r3dDoX committed Mar 26, 2021
1 parent cdcae33 commit fd3ba8c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6,230 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
working-directory: 'client'
strategy:
matrix:
node_version: ['15']
node_version: ['14']
os: [windows-latest, macos-latest]

steps:
Expand Down
Loading

0 comments on commit fd3ba8c

Please sign in to comment.