We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d12dd5 commit 2cac243Copy full SHA for 2cac243
2 files changed
.github/workflows/release.yml
@@ -73,7 +73,9 @@ jobs:
73
run: yarn set version stable
74
75
- name: Install packages
76
- run: yarn install --immutable
+ run: yarn install
77
+ env:
78
+ YARN_ENABLE_IMMUTABLE_INSTALLS: false
79
80
- name: Run npmluau
81
run: yarn run prepare
@@ -158,9 +160,11 @@ jobs:
158
160
159
161
- name: Update yarn
162
-
163
+
164
165
166
167
168
169
170
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@jsdotlua/graphql",
3
- "version": "15.6.6",
+ "version": "15.6.7",
4
"repository": {
5
"type": "git",
6
"url": "https://github.com/jsdotlua/graphql-lua.git"
0 commit comments