We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d7a6a commit d15f474Copy full SHA for d15f474
.codesandbox/ci.json
@@ -32,5 +32,5 @@
32
"packages/vue-composables"
33
],
34
"sandboxes": ["chakra-ui-vue-v1-jcidb"],
35
- "node": "16"
+ "node": "17"
36
}
.github/workflows/pr.yml
@@ -63,10 +63,10 @@ jobs:
63
- name: Checkout
64
uses: actions/checkout@master
65
66
- - name: Setup Node.js 14.x
+ - name: Setup Node.js 16.x
67
uses: actions/setup-node@master
68
with:
69
- node-version: 14.x
+ node-version: 16.x
70
71
- name: Load Yarn cache
72
uses: actions/cache@v2
0 commit comments