chore: fix action

This commit is contained in:
chenjiahan
2023-05-21 23:15:00 +08:00
parent 931a73bd52
commit 20d2cc0545
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@ jobs:
uses: actions/checkout@v2
with:
ref: '2.x'
- name: Set Node Version
uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Install dependencies