We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 797dc28 + 42493a9 commit c7d2bb3Copy full SHA for c7d2bb3
.github/workflows/unit-test.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Use Node.js
19
uses: actions/setup-node@v4
20
with:
21
- node-version: "18.x"
+ node-version: "22.x"
22
23
- name: Install dependencies
24
run: yarn install
package.json
@@ -20,7 +20,7 @@
"@vueuse/integrations": "^10.11.0",
"canvas": "~3.1.0",
"graphql": "^16.9.0",
- "graphql-ws": "^5.16.0",
+ "graphql-ws": "^6.0.4",
"monaco-editor": "^0.50.0",
25
"path-browserify": "^1.0.1",
26
"pinia": "^2.1.7",
0 commit comments