Skip to content

Commit e22fc96

Browse files
Copilotnomeguy
andcommitted
Drop Node.js 18 support and add MySQL root password to fix CI
Co-authored-by: nomeguy <85475922+nomeguy@users.noreply.github.com>
1 parent 1b97bed commit e22fc96

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
uses: mirromutth/mysql-action@v1.1
3535
with:
3636
mysql database: casbin
37+
mysql root password: password
3738

3839
- name: Set up Node.js
3940
uses: actions/setup-node@v2.1.5
@@ -57,21 +58,19 @@ jobs:
5758
runs-on: ubuntu-latest
5859
permissions:
5960
contents: read
60-
strategy:
61-
matrix:
62-
node: ['18', '20']
6361
steps:
6462
- uses: actions/checkout@v2
6563

6664
- name: Setup MySQL
6765
uses: mirromutth/mysql-action@v1.1
6866
with:
6967
mysql database: casbin
68+
mysql root password: password
7069

7170
- name: Set up Node.js
7271
uses: actions/setup-node@v3
7372
with:
74-
node-version: ${{ matrix.node }}
73+
node-version: 20
7574

7675
- name: Install Dependency
7776
run: yarn install

0 commit comments

Comments
 (0)