We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0cf78f commit 01f883fCopy full SHA for 01f883f
.github/workflows/tests.yml
@@ -135,7 +135,10 @@ jobs:
135
yarn config set npmRegistryServer "https://npm.fluence.dev"
136
yarn config set npmAlwaysAuth true
137
yarn config set npmAuthToken $NODE_AUTH_TOKEN
138
-
+
139
+ - name: Accept directory permissions
140
+ run: sudo chown -R $USER:$USER /home/runner
141
142
- run: yarn install
143
144
- name: Set deal-ts-clients version
0 commit comments