Skip to content

Commit

Permalink
ci: 尝试修改 setup-node 路径问题
Browse files Browse the repository at this point in the history
  • Loading branch information
pboymt committed Mar 25, 2023
1 parent 38f5ff5 commit 2f87c0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/template-creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
with:
node-version: 18
cache: "npm" # Set this to npm, yarn or pnp
cache-dependency-path: "template-creator/package-lock.json" # Set this to the path of your package.json or yarn.lock file

- name: Install dependencies (ubuntu only)
if: startsWith(matrix.os, 'ubuntu-')
Expand Down

0 comments on commit 2f87c0a

Please sign in to comment.