File tree 1 file changed +1
-9
lines changed 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 29
29
# Otherwise we would not know if the problem is tied to the Node.js version
30
30
fail-fast : false
31
31
matrix :
32
- node : [14, 16, 18, 20]
32
+ node : [18, 20]
33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- name : ⬇️ Checkout repo
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 [email protected]
49
-
50
46
- name : 📥 Download deps
51
47
uses : bahmutov/npm-install@v1
52
48
with :
84
80
with :
85
81
node-version : 18
86
82
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
-
91
83
- name : 📥 Download deps
92
84
uses : bahmutov/npm-install@v1
93
85
with :
You can’t perform that action at this time.
0 commit comments