Skip to content

Commit

Permalink
position of working-directory: handlers/TypescriptHelloWorld1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpepper223 committed Aug 23, 2023
1 parent 9923aaa commit c906dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typescriptLambdaHelloWorld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:

- name: Setup Node
uses: actions/setup-node@v3
working-directory: handlers/TypescriptHelloWorld1
with:
node-version-file: 'handlers/TypescriptHelloWorld1/.nvmrc'
cache: 'yarn'
working-directory: handlers/TypescriptHelloWorld1

- name: Yarn
run: |
Expand Down

0 comments on commit c906dbd

Please sign in to comment.