Skip to content

Commit

Permalink
bump actions and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Aug 7, 2024
1 parent 51629b2 commit 89c9ad8
Show file tree
Hide file tree
Showing 4 changed files with 10,494 additions and 9,702 deletions.
30 changes: 12 additions & 18 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
node-version: [18]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: pnpm/[email protected]
with:
version: 7.8.0
- uses: pnpm/action-setup@v4

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand All @@ -35,16 +33,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
node-version: [18]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: pnpm/[email protected]
with:
version: 7.8.0
- uses: pnpm/action-setup@v4

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand All @@ -65,16 +61,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14]
node-version: [18]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: pnpm/[email protected]
with:
version: 7.8.0
- uses: pnpm/action-setup@v4

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
node-version: [18]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.release.target_commitish }}

- uses: pnpm/[email protected]
with:
version: 7.8.0
- uses: pnpm/action-setup@v4

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@
"ts-morph": "17.0.1"
}
},
"packageManager": "pnpm@7.8.0"
"packageManager": "pnpm@9.4.0"
}
Loading

0 comments on commit 89c9ad8

Please sign in to comment.