Skip to content

Commit

Permalink
ci: update pnpm and node actions
Browse files Browse the repository at this point in the history
  • Loading branch information
evermake committed Jun 22, 2024
1 parent f047ea3 commit a5ffd2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
uses: pnpm/action-setup@v4

- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: pnpm

- name: Install ni
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- run: npx changelogithub
env:
Expand Down

0 comments on commit a5ffd2b

Please sign in to comment.