Skip to content

Commit

Permalink
update pnpm + node github scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed May 17, 2024
1 parent 5263066 commit 5cf6aa9
Show file tree
Hide file tree
Showing 3 changed files with 2,620 additions and 2,745 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
node-version: [18]
steps:
- uses: actions/checkout@v3

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

- name: Install Node.js
uses: actions/setup-node@v3
Expand All @@ -35,13 +35,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
node-version: [18]
steps:
- uses: actions/checkout@v3

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

- name: Install Node.js
uses: actions/setup-node@v3
Expand All @@ -65,13 +65,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14]
node-version: [18]
steps:
- uses: actions/checkout@v3

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

- name: Install Node.js
uses: actions/setup-node@v3
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@8.11.0"
}
Loading

0 comments on commit 5cf6aa9

Please sign in to comment.