You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test-all-versions.yml
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ on:
4
4
- cron: "30 4 * * *"
5
5
workflow_dispatch:
6
6
inputs:
7
-
lerna-args:
7
+
npm-workspace-args:
8
8
type: string
9
9
workflow_call:
10
10
inputs:
11
-
lerna-args:
11
+
npm-workspace-args:
12
12
required: true
13
13
type: string
14
14
@@ -115,9 +115,6 @@ jobs:
115
115
node-version: ${{ matrix.node }}
116
116
- name: Set MySQL variables
117
117
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
118
-
- name: Legacy Peer Dependencies for npm 7
119
-
if: matrix.node == '16'
120
-
run: npm config set legacy-peer-deps=true
121
118
- name: Update npm to a version that supports workspaces (v7 or later)
Copy file name to clipboardExpand all lines: .github/workflows/unit-test.yml
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -123,9 +123,6 @@ jobs:
123
123
node-version: ${{ matrix.node }}
124
124
- name: Set MySQL variables
125
125
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
126
-
- name: Legacy Peer Dependencies for npm 7
127
-
if: matrix.node == '16'
128
-
run: npm config set legacy-peer-deps=true
129
126
- name: Update npm to a version that supports workspaces (v7 or later)
0 commit comments