Skip to content

Commit 4199430

Browse files
committed
fix ci with setup-node
1 parent 64ea299 commit 4199430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/githubci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: '3.8'
1818

1919
- name: Setup Node.js
20-
uses: actions/setup-node@v1.1.0
20+
uses: actions/setup-node@v1
2121

2222
- name: Checkout Code
2323
uses: actions/checkout@v1

0 commit comments

Comments
 (0)