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
+8-24Lines changed: 8 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -110,36 +110,20 @@ jobs:
110
110
uses: actions/checkout@v4
111
111
with:
112
112
fetch-depth: 0
113
-
- uses: actions/setup-node@v3
113
+
- uses: actions/setup-node@v4
114
114
with:
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
Copy file name to clipboardExpand all lines: .github/workflows/unit-test.yml
+16-48Lines changed: 16 additions & 48 deletions
Original file line number
Diff line number
Diff line change
@@ -118,37 +118,21 @@ jobs:
118
118
uses: actions/checkout@v4
119
119
with:
120
120
fetch-depth: 0
121
-
- uses: actions/setup-node@v3
121
+
- uses: actions/setup-node@v4
122
122
with:
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
0 commit comments