Skip to content

Commit

Permalink
ci: try to fix setup-node action
Browse files Browse the repository at this point in the history
Signed-off-by: Shengqi Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Mar 20, 2024
1 parent a8200a5 commit 6f8d892
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'npm'
- name: Build release zip with gulp
run: |
npm install
Expand Down

0 comments on commit 6f8d892

Please sign in to comment.