Skip to content

Commit

Permalink
Merge pull request #10 from design-sparx/ft/test-workflow
Browse files Browse the repository at this point in the history
fix:
  • Loading branch information
kelvink96 authored Sep 26, 2023
2 parents 994fa9f + f1e46f7 commit 2067d0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/six-bobcats-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"antd-multi-dashboard": patch
---

## Updated
- updated test.yml to use minimum node v16
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 2067d0d

Please sign in to comment.