Skip to content

Commit

Permalink
feat: update pull request pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek committed Jun 17, 2024
1 parent 8dd7ad1 commit f6cc1a2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: 📋 Verify pull requests
on:
pull_request:

env:
PNPM_VERSION: 8

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -22,7 +19,6 @@ jobs:
- uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: ${{ env.PNPM_VERSION }}
run_install: false

- uses: actions/checkout@v3
Expand Down Expand Up @@ -64,7 +60,7 @@ jobs:
shell: bash
strategy:
matrix:
node-version: [18.x, 20.x, 21.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/setup-node@v3
Expand All @@ -74,7 +70,6 @@ jobs:
- uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: ${{ env.PNPM_VERSION }}
run_install: false

- uses: actions/cache@v3
Expand Down Expand Up @@ -102,7 +97,6 @@ jobs:
- uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: ${{ env.PNPM_VERSION }}
run_install: false

- uses: actions/cache@v3
Expand Down

0 comments on commit f6cc1a2

Please sign in to comment.