Skip to content

Commit

Permalink
fix(ci): test v3
Browse files Browse the repository at this point in the history
  • Loading branch information
alrayyes committed Apr 18, 2024
1 parent 8f04bdb commit 3a7b32f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
matrix:
node-version: [lts-iron]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand All @@ -28,12 +28,12 @@ jobs:
matrix:
node-version: [lts-iron]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down

0 comments on commit 3a7b32f

Please sign in to comment.