Skip to content

Commit

Permalink
ci: update node and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 15, 2024
1 parent 659ba90 commit ca3f2f4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-e2e-composable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: 18
node-version: 20

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 8.6.2
version: 8.14.1

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-e2e-options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: 18
node-version: 20

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 8.6.2
version: 8.14.1

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-e2e-ssr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: 18
node-version: 20

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 8.6.2
version: 8.14.1

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: 18
node-version: 20

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 8.6.2
version: 8.14.1

- name: Get pnpm store directory
id: pnpm-cache
Expand Down

0 comments on commit ca3f2f4

Please sign in to comment.