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 Nov 16, 2023
1 parent eaeb3d0 commit c3d891d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test-nuxt3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 8.10.5

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test-svelte4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 8.10.5

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test-vue3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,12 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 8.10.5

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

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 8.10.5

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

0 comments on commit c3d891d

Please sign in to comment.