We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a11915 commit 9249108Copy full SHA for 9249108
.codesandbox/ci.json
@@ -0,0 +1,6 @@
1
+{
2
+ "sandboxes": ["vanilla", "vanilla-ts"],
3
+ "node": "14",
4
+ "buildCommand": "build",
5
+ "packages": ["."]
6
+}
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v2
22
23
- name: Cache dependencies
24
- - uses: actions/cache@v2
+ uses: actions/cache@v2
25
with:
26
path: .yarn/cache
27
key: yarn-${{ hashFiles('yarn.lock') }}
0 commit comments