Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Aug 6, 2024
1 parent c1592a1 commit 3b6d93d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 18.x
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Run Tests
Expand All @@ -50,14 +50,14 @@ jobs:
- embroider-optimized

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 18.x
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Run Tests
Expand Down

0 comments on commit 3b6d93d

Please sign in to comment.