modify the action file

This commit is contained in:
Jiaxin Peng
2023-11-16 13:10:27 +00:00
parent 8e32e8f0f5
commit 35f19a9f43

View File

@@ -19,12 +19,6 @@ jobs:
with:
node-version: "16.x"
- name: Update npm
run: npm install -g npm@latest
- name: Clear npm cache
run: npm cache clean -f
- name: Build
id: build
run: |