File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 2929 # Otherwise we would not know if the problem is tied to the Node.js version
3030 fail-fast : false
3131 matrix :
32- node : [14, 16, 18, 20]
32+ node : [18, 20]
3333 runs-on : ubuntu-latest
3434 steps :
3535 - name : ⬇️ Checkout repo
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 npm@9.2.0
49-
5046 - name : 📥 Download deps
5147 uses : bahmutov/npm-install@v1
5248 with :
8581 with :
8682 node-version : 18
8783
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 npm@9.2.0
91-
9284 - name : 📥 Download deps
9385 uses : bahmutov/npm-install@v1
9486 with :
You can’t perform that action at this time.
0 commit comments