Skip to content

Commit

Permalink
rectify nodejs22 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudharysaket committed Nov 28, 2024
1 parent 71c54b5 commit 063381a
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -37,7 +37,7 @@ jobs:

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

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

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions nodejs/publish-layers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ source ../libBuild.sh

NJS18X_DIST_ARM64=$DIST_DIR/nodejs18x.arm64.zip
NJS20X_DIST_ARM64=$DIST_DIR/nodejs20x.arm64.zip
NJS22X_DIST_ARM64=$DIST_DIR/nodejs22x.arm64.zip

NJS18X_DIST_X86_64=$DIST_DIR/nodejs18x.x86_64.zip
NJS20X_DIST_X86_64=$DIST_DIR/nodejs20x.x86_64.zip
NJS22X_DIST_X86_64=$DIST_DIR/nodejs22x.x86_64.zip

function usage {
echo "./publish-layers.sh [nodejs18x|nodejs20x]"
Expand Down

0 comments on commit 063381a

Please sign in to comment.