Skip to content

Commit

Permalink
🚑 fix workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
ileostar committed Jul 12, 2024
1 parent 9872bbc commit 5738ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [20.x]
os: [ubuntu-latest, windows-latest]
node-version: [18x, 20.x]
os: [ubuntu-latest]
env:
DATABASE_URL: mysql://test:password@localhost:3306/poster_craft_test
SECRET: sjldk92#sd903mnc./xklsjdf9sdfj
Expand Down

0 comments on commit 5738ecd

Please sign in to comment.