Skip to content

Commit

Permalink
chore: bump node and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLunaHey committed Oct 11, 2023
1 parent 70097ff commit 0b3a813
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
AXIOM_URL: ${{ secrets.TESTING_STAGING_API_URL }}
AXIOM_ORG_ID: ${{ secrets.TESTING_STAGING_E2E_ORG_ID }}
AXIOM_DATASET_SUFFIX: ${{ github.run_id }}
PNPM_VERSION: 8.6.0
PNPM_VERSION: 8.9.0

jobs:
build:
Expand All @@ -25,7 +25,8 @@ jobs:
matrix:
node:
- 18.x
- 19.x
- 20.x
- 22.x
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
Expand All @@ -47,7 +48,8 @@ jobs:
matrix:
node:
- 18.x
- 19.x
- 20.x
- 22.x
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
Expand All @@ -70,7 +72,8 @@ jobs:
matrix:
node:
- 18.x
- 19.x
- 20.x
- 22.x
max-parallel: 1
fail-fast: false
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_dispatch

env:
NODEVERSION: 18.x
PNPM_VERSION: 8.6.0
PNPM_VERSION: 8.9.0

jobs:
publish:
Expand Down

0 comments on commit 0b3a813

Please sign in to comment.