Skip to content

Commit

Permalink
fix mistake in runner workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadtalasila committed Nov 2, 2024
1 parent e9191ae commit 925cf8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
needs: [test-runner]
uses: ./.github/workflows/publish-npm.yml
with:
node-version: $NODE_VERSION
node-version: 20
registry-url: 'https://npm.pkg.github.com/'
directory: servers/execution/runner
package-name: ${{ vars.NPM_RUNNER_PACKAGE_NAME || '' }}
Expand All @@ -77,7 +77,7 @@ jobs:
needs: [test-runner]
uses: ./.github/workflows/publish-npm.yml
with:
node-version: $NODE_VERSION
node-version: 20
registry-url: 'https://registry.npmjs.org'
directory: servers/execution/runner
package-name: ${{ vars.NPM_RUNNER_PACKAGE_NAME || '' }}
Expand Down

0 comments on commit 925cf8a

Please sign in to comment.