Skip to content

Commit

Permalink
ci: Added Node 22 to the Node.js workflow (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 authored Jun 28, 2024
1 parent 393cbc5 commit c80a374
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
node-version: [16, 18, 20, 22]
with:
INITCONTAINER_LANGUAGE: nodejs
INITCONTAINER_BUILD_ARGS: RUNTIME_VERSION=${{ matrix.node-version }}
Expand All @@ -62,11 +62,11 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
node-version: [16, 18, 20, 22]
with:
INITCONTAINER_LANGUAGE: nodejs
DOCKER_IMAGE_NAME: newrelic/newrelic-node-init
DOCKER_IMAGE_TAG_SUFFIX: nodejs${{ matrix.node-version }}x
DOCKER_IMAGE_TAG_IS_DEFAULT_SUFFIX: ${{ matrix.node-version == 20 }}
DOCKER_IMAGE_TAG_IS_DEFAULT_SUFFIX: ${{ matrix.node-version == 22 }}
BUILD_ARGS: |
RUNTIME_VERSION=${{ matrix.node-version }}

0 comments on commit c80a374

Please sign in to comment.