Skip to content

Commit

Permalink
fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dango2887 committed Aug 11, 2023
1 parent ede5f75 commit 761c2f2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/learn-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@ jobs:
run: |
echo "GitHub Actions | 打印所有环境变量"
env
echo "${ARTIFACT_LOCATION}"
echo "${ARTIFACT_LOCATION}"
# 在需要的步骤中设置 Node.js 版本
- name: 设置 Node.js 版本
uses: actions/setup-node@v2
with:
node-version: 16

0 comments on commit 761c2f2

Please sign in to comment.