Skip to content

Commit

Permalink
ci: use wyvox action setup pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceMaes committed Sep 1, 2023
1 parent bcd6927 commit 05982af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
- uses: NullVoxPopuli/action-setup-pnpm@v2
- uses: wyvox/action-setup-pnpm@v2
with:
node-version: 16
no-lockfile: true
Expand All @@ -61,7 +61,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: NullVoxPopuli/action-setup-pnpm@v2
- uses: wyvox/action-setup-pnpm@v2
with:
node-version: 16
- name: Run Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup pnpm and Node.js 16
uses: NullVoxPopuli/action-setup-pnpm@v2
uses: wyvox/action-setup-pnpm@v2
with:
node-version: 16

Expand Down

0 comments on commit 05982af

Please sign in to comment.