Skip to content

Commit

Permalink
chore: update GitHub actions (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludofischer authored Jan 27, 2025
1 parent 13106da commit b1f5339
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.3
- uses: pnpm/action-setup@v3.0.0
- uses: actions/checkout@v4.2.2
- uses: pnpm/action-setup@v4.0.0
with:
version: 9.0.6
- uses: actions/setup-node@v4.0.2
- uses: actions/setup-node@v4.2.0
with:
node-version: 20
node-version: 22
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- name: Lint
Expand All @@ -30,12 +30,12 @@ jobs:
matrix:
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4.1.3
- uses: pnpm/action-setup@v3.0.0
- uses: actions/checkout@v4.2.2
- uses: pnpm/action-setup@v4.0.0
with:
version: 9.0.6
- name: Instal Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.2.0
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down

0 comments on commit b1f5339

Please sign in to comment.