Skip to content

Commit

Permalink
pnpm 8
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Jan 8, 2024
1 parent 6d306ac commit 4111c18
Show file tree
Hide file tree
Showing 3 changed files with 2,406 additions and 1,657 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
node-version: [18]
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.release.target_commitish }}

- uses: pnpm/[email protected]
with:
version: 7.8.0
version: 8.14.0

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 7.8.0
version: 8.14.0

- name: Install Node.js
uses: actions/setup-node@v3
Expand All @@ -34,7 +34,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 7.8.0
version: 8.14.0

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down
Loading

0 comments on commit 4111c18

Please sign in to comment.