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 1
1
{
2
2
"installCommand" : " install:csb" ,
3
3
"sandboxes" : [" github/kentcdodds/react-testing-library-examples" ],
4
- "node" : " 14 "
4
+ "node" : " 18 "
5
5
}
Original file line number Diff line number Diff line change 43
43
with :
44
44
node-version : ${{ matrix.node }}
45
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
+
46
50
- name : 📥 Download deps
47
51
uses : bahmutov/npm-install@v1
48
52
with :
80
84
with :
81
85
node-version : 14
82
86
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 npm@9.2.0
90
+
83
91
- name : 📥 Download deps
84
92
uses : bahmutov/npm-install@v1
85
93
with :
You can’t perform that action at this time.
0 commit comments