We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8ee3b9 + 07f5999 commit a0e916fCopy full SHA for a0e916f
.codesandbox/ci.json
@@ -1,5 +1,5 @@
1
{
2
"installCommand": "install:csb",
3
"sandboxes": ["github/kentcdodds/react-testing-library-examples"],
4
- "node": "14"
+ "node": "18"
5
}
.github/workflows/validate.yml
@@ -43,6 +43,10 @@ jobs:
43
with:
44
node-version: ${{ matrix.node }}
45
46
+ # Ideally done by actions/setup-node: https://github.com/actions/setup-node/issues/213
47
+ - name: Setup package manager
48
+ run: npm install -g npm@9.2.0
49
+
50
- name: 📥 Download deps
51
uses: bahmutov/npm-install@v1
52
@@ -80,6 +84,10 @@ jobs:
80
84
81
85
node-version: 14
82
86
87
88
89
90
83
91
92
93
0 commit comments