Skip to content

Commit

Permalink
ci: update github actions for test-e2e-composable
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmessing committed Jul 24, 2024
1 parent 7762a59 commit 1aec1f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-e2e-composable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
dir: ./packages/test-e2e-composable-vue3

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install pnpm
uses: pnpm/action-setup@v2.0.1
uses: pnpm/action-setup@v4
with:
version: 8.14.1
version: 9.5.0

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

0 comments on commit 1aec1f9

Please sign in to comment.