Skip to content

Commit

Permalink
chore: Removed support for Node.js 16 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 authored Jul 31, 2024
1 parent 05dc550 commit 11430e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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, 22]
node-version: [18, 20, 22]
with:
INITCONTAINER_LANGUAGE: nodejs
INITCONTAINER_BUILD_ARGS: RUNTIME_VERSION=${{ matrix.node-version }}
Expand All @@ -62,7 +62,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20, 22]
node-version: [18, 20, 22]
with:
INITCONTAINER_LANGUAGE: nodejs
DOCKER_IMAGE_NAME: newrelic/newrelic-node-init
Expand Down

0 comments on commit 11430e8

Please sign in to comment.