Skip to content

Commit 2fbf4ba

Browse files
committed
feat: version
1 parent 16a322c commit 2fbf4ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- uses: actions/setup-node@v2
16+
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 20
1919
cache: yarn
@@ -23,4 +23,3 @@ jobs:
2323
uses: greatwizard/coverage-diff-action@v1
2424
with:
2525
github-token: ${{ secrets.GITHUB_TOKEN }}
26-

0 commit comments

Comments
 (0)