File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "installCommand" : " install:csb" ,
33 "sandboxes" : [" github/kentcdodds/react-testing-library-examples" ],
4- "node" : " 14 "
4+ "node" : " 18 "
55}
Original file line number Diff line number Diff line change 4343 with :
4444 node-version : ${{ matrix.node }}
4545
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 [email protected] 49+
4650 - name : 📥 Download deps
4751 uses : bahmutov/npm-install@v1
4852 with :
8084 with :
8185 node-version : 14
8286
87+ # Ideally done by actions/setup-node: https://github.com/actions/setup-node/issues/213
88+ - name : Setup package manager
89+ run :
npm install -g [email protected] 90+
8391 - name : 📥 Download deps
8492 uses : bahmutov/npm-install@v1
8593 with :
You can’t perform that action at this time.
0 commit comments