Skip to content

Commit

Permalink
Merge pull request #216 from embroider-build/NullVoxPopuli-patch-3
Browse files Browse the repository at this point in the history
GH Actions: Swap NVP for wyvox
  • Loading branch information
NullVoxPopuli authored Oct 13, 2023
2 parents 69f4c77 + 68017c8 commit ad54e29
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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
2 changes: 1 addition & 1 deletion files/.github/workflows/push-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3<% if (pnpm) {%>
- uses: NullVoxPopuli/action-setup-pnpm@v2<%} else {%>
- uses: wyvox/action-setup-pnpm@v3<%} else {%>
- name: Install Node
uses: actions/setup-node@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions tests/fixtures/pnpm/.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: wyvox/action-setup-pnpm@v2
- uses: wyvox/action-setup-pnpm@v3
with:
node-version: 16
- name: Lint
Expand All @@ -32,7 +32,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: wyvox/action-setup-pnpm@v2
- uses: wyvox/action-setup-pnpm@v3
with:
node-version: 16
- name: Run Tests
Expand All @@ -57,7 +57,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: wyvox/action-setup-pnpm@v2
- uses: wyvox/action-setup-pnpm@v3
with:
node-version: 16
- name: Run Tests
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/pnpm/.github/workflows/push-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: NullVoxPopuli/action-setup-pnpm@v2
- uses: wyvox/action-setup-pnpm@v3
- uses: kategengler/[email protected]
with:
branch: dist
Expand Down

0 comments on commit ad54e29

Please sign in to comment.