Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhodl committed Jan 29, 2024
1 parent 45a5bdf commit 576e619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: "18.x"
- run: npm install
- name: Test
run: npm run test

0 comments on commit 576e619

Please sign in to comment.