Skip to content

Commit

Permalink
chore: update to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MehulKChaudhari committed Nov 7, 2024
1 parent 950c96f commit dd6ab09
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ on:
jobs:
lint_test:
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 9.12.3
version: 9

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 22.11.0
node-version: 22
cache: pnpm

- name: Install dependencies
Expand Down

0 comments on commit dd6ab09

Please sign in to comment.