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 :
85
81
with :
86
82
node-version : 18
87
83
88
- # Ideally done by actions/setup-node: https://github.com/actions/setup-node/issues/213
89
- - name : Setup package manager
90
- run :
npm install -g [email protected]
91
-
92
84
- name : 📥 Download deps
93
85
uses : bahmutov/npm-install@v1
94
86
with :
You can’t perform that action at this time.
0 commit comments