Skip to content

Commit 3f608cf

Browse files
committed
drop testing node 14 and 16 for test-all-versions in CI as well
1 parent 857166f commit 3f608cf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test-all-versions.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
fail-fast: false
4848
matrix:
49-
node: ["14", "16", "18", "20", "22"]
49+
node: ["18", "20", "22"]
5050
runs-on: ubuntu-latest
5151
services:
5252
mongo:
@@ -143,9 +143,6 @@ jobs:
143143
node-version: ${{ matrix.node }}
144144
- name: Set MySQL variables
145145
run: mysql --user=root --password=${MYSQL_ROOT_PASSWORD} --host=${MYSQL_HOST} --port=${MYSQL_PORT} -e "SET GLOBAL log_output='TABLE'; SET GLOBAL general_log = 1;" mysql
146-
- name: Update npm to a version that supports workspaces (v7 or later)
147-
if: ${{ matrix.node < 16 }}
148-
run: npm install -g npm@9 # npm@9 supports node >=14.17.0
149146
- name: Install
150147
run: npm ci
151148
- name: Download Build Artifacts

0 commit comments

Comments
 (0)