Skip to content

Commit

Permalink
CMR-10282: Fix install up gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoroolivares2016 committed Feb 5, 2025
1 parent 05f62e2 commit 311a136
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [22]
node_version: [lts/jod]

steps:
- uses: actions/checkout@v4
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [22]
node_version: [lts/jod]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: true
matrix:
node_version: [22]
node_version: [lts/jod]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"repository": "https://github.com/NASA/cmr-stac",
"license": "NASA-1.3",
"scripts": {
"preinstall": "cd cdk/cmr-stac && npm ci --target_arch=x64",
"preinstall": "cd cdk/cmr-stac && npm ci --target_arch=x64 && cd ../cmr-stac-dev && npm ci --target_arch=x64",
"run-synth": "cd cdk/cmr-stac && npm run cdk synth -- --quiet",
"run-synth-dev": "cd cdk/cmr-stac-dev && npm run cdk synth -- --quiet",
"watch": "onchange 'src/**' -- npm run run-synth-dev",
Expand Down

0 comments on commit 311a136

Please sign in to comment.