Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Mar 14, 2024
1 parent 73bcdc6 commit 6e6abb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
- name: setup node
uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "20.x"
- name: setup go
uses: actions/setup-go@v5
with:
go-version: '>=1.20'
go-version: '>=1.21'
- name: Prepare for test
run: |
mysql -u root -p12345 -h 127.0.0.1 -P 3306 -D plugnmeet < sql_dump/install.sql
Expand Down

0 comments on commit 6e6abb2

Please sign in to comment.