Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Apr 3, 2024
1 parent 07bb445 commit 44a4c21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron_read.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: pnpm i # 安装 package.json 中的依赖项
run: npm install # 安装 package.json 中的依赖项
- name: Run a script
run: node pteer.js # 替换为你想运行的脚本的实际名称
2 changes: 1 addition & 1 deletion .github/workflows/read.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: pnpm i # 安装 package.json 中的依赖项
run: npm install # 安装 package.json 中的依赖项
- name: Run a script
run: node pteer.js # 替换为你想运行的脚本的实际名称
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.env
node_modules/
node_modules/
.env.local

0 comments on commit 44a4c21

Please sign in to comment.