Skip to content

Commit

Permalink
bump node and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq committed Nov 27, 2024
1 parent bab2d40 commit 64a4ad3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
version: 9
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
version: 9
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 64a4ad3

Please sign in to comment.