We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebee89c commit e39a9f7Copy full SHA for e39a9f7
2 files changed
.github/actions/replace-version/action.yml
@@ -4,8 +4,7 @@ description: |
4
5
inputs:
6
versions:
7
- description: "Versions JSON string"
8
- required: true
+ type: string
9
10
runs:
11
using: "node20"
.github/workflows/tests.yml
@@ -135,10 +135,7 @@ 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
141
+
142
- run: yarn install
143
144
- name: Set deal-ts-clients version
0 commit comments