Skip to content

Commit

Permalink
ci: publish requires node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Feb 28, 2024
1 parent 3a2dfab commit d32d438
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

env:
CI: true
node-version: 20

jobs:
build:
Expand All @@ -19,6 +20,8 @@ jobs:
- run: sudo /etc/init.d/mysql start
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ env.node-version }}
- run: sh sql/init-mysql.sh
- run: npm install
- run: npm test
Expand Down

0 comments on commit d32d438

Please sign in to comment.