Skip to content

Commit

Permalink
chore: upgrade dependencies in the test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ShookLyngs committed Sep 2, 2024
1 parent 0e1969b commit fd4d2be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install PNPM
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 8
version: 9

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "21"
cache: "pnpm"
Expand Down

0 comments on commit fd4d2be

Please sign in to comment.