Skip to content

Commit 3cc1cb9

Browse files
gluonsqwencoder
andcommitted
⬆️ Upgrade actions/setup-node from v4 to v6 in lint-test workflow
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1 parent 9e1e885 commit 3cc1cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Setup Node.js ${{ matrix.node-version }}
18-
uses: actions/setup-node@v4
18+
uses: actions/setup-node@v6
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
cache: 'yarn'

0 commit comments

Comments
 (0)