Skip to content

Commit 77e69e2

Browse files
committed
40code扩展镜像
1 parent 5ffdc55 commit 77e69e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/40code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
33

4-
name: Node.js CI
4+
name: 40code扩展镜像
55

66
on:
77
push:
@@ -20,7 +20,7 @@ jobs:
2020
node-version: 20.x
2121
cache: 'npm'
2222
- name: Install dependencies
23-
run: npm ci
23+
run: npm install
2424
- name: Run 40code
2525
run: npm run 40code
2626
env:

0 commit comments

Comments
 (0)