Skip to content

Commit

Permalink
Merge pull request #90 from axiomhq/luna/update-workflows
Browse files Browse the repository at this point in the history
chore: bump node and pnpm
  • Loading branch information
dasfmi authored Oct 17, 2023
2 parents 42b9d83 + eb72fdf commit edd7495
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 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,7 @@ jobs:
matrix:
node:
- 18.x
- 19.x
- 20.x
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
Expand All @@ -47,7 +47,7 @@ jobs:
matrix:
node:
- 18.x
- 19.x
- 20.x
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
Expand All @@ -70,7 +70,7 @@ jobs:
matrix:
node:
- 18.x
- 19.x
- 20.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
2 changes: 1 addition & 1 deletion examples/winston/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "tsc",
"format": "eslint ./src --ext .ts --quiet --fix",
"lint": "eslint ./src --ext .ts",
"example": "ts-node-esm ./src/winston.ts"
"example": "npx tsx ./src/winston.ts"
},
"dependencies": {
"@axiomhq/winston": "workspace:*",
Expand Down

0 comments on commit edd7495

Please sign in to comment.