Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Oct 13, 2023
1 parent 5f44d83 commit 68017c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: <%= pnpm ? 'wyvox/action-setup-pnpm@v2' : 'actions/setup-node@v3' %>
- uses: <%= pnpm ? 'wyvox/action-setup-pnpm@v3' : 'actions/setup-node@v3' %>
with:
node-version: 16<% if (!pnpm) { %>
cache: <%= yarn ? 'yarn' : 'npm' %>
Expand All @@ -35,7 +35,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: <%= pnpm ? 'wyvox/action-setup-pnpm@v2' : 'actions/setup-node@v3' %>
- uses: <%= pnpm ? 'wyvox/action-setup-pnpm@v3' : 'actions/setup-node@v3' %>
with:
node-version: 16<% if (!pnpm) { %>
cache: <%= yarn ? 'yarn' : 'npm' %>
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: <%= pnpm ? 'wyvox/action-setup-pnpm@v2' : 'actions/setup-node@v3' %>
- uses: <%= pnpm ? 'wyvox/action-setup-pnpm@v3' : 'actions/setup-node@v3' %>
with:
node-version: 16<% if (!pnpm) { %>
cache: <%= yarn ? 'yarn' : 'npm' %>
Expand Down

0 comments on commit 68017c8

Please sign in to comment.