File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 7373 run : yarn set version stable
7474
7575 - name : Install packages
76- run : yarn install --immutable
76+ run : yarn install
77+ env :
78+ YARN_ENABLE_IMMUTABLE_INSTALLS : false
7779
7880 - name : Run npmluau
7981 run : yarn run prepare
@@ -158,9 +160,11 @@ jobs:
158160
159161 - name : Update yarn
160162 run : yarn set version stable
161-
163+
162164 - name : Install packages
163- run : yarn install --immutable
165+ run : yarn install
166+ env :
167+ YARN_ENABLE_IMMUTABLE_INSTALLS : false
164168
165169 - name : Run npmluau
166170 run : yarn run prepare
Original file line number Diff line number Diff line change 11{
22 "name" : " @jsdotlua/graphql" ,
3- "version" : " 15.6.6 " ,
3+ "version" : " 15.6.7 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " https://github.com/jsdotlua/graphql-lua.git"
You can’t perform that action at this time.
0 commit comments