Skip to content

Commit

Permalink
chore: bump newrelic node agent from 12.8.0 to 12.9.0 (#301)
Browse files Browse the repository at this point in the history
* chore: bump newrelic node agent

* chore: adding node js 22 test

* chore: bump serverless-offline and serverless version to support node js v22
  • Loading branch information
aavinash-nr authored Jan 9, 2025
1 parent edccdf3 commit 4ab8a05
Showing 3 changed files with 27,524 additions and 10,028 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
@@ -61,7 +61,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4
Loading

0 comments on commit 4ab8a05

Please sign in to comment.