We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07fad1e commit 3b7e74aCopy full SHA for 3b7e74a
.github/workflows/nodejs.yml
@@ -24,9 +24,9 @@ jobs:
24
# - run: chmod -R +x node_modules/puppeteer-chromium
25
- run: npm install -g typescript
26
- run: tsc
27
- - run: mkdir -p ~/.aws-lambda-rie
28
- - run: curl -Lo ~/.aws-lambda-rie/aws-lambda-rie https://github.com/aws/aws-lambda-runtime-interface-emulator/releases/latest/download/aws-lambda-rie
29
- - run: chmod +x ~/.aws-lambda-rie/aws-lambda-rie
+ - run: curl -Lo aws-lambda-rie https://github.com/aws/aws-lambda-runtime-interface-emulator/releases/latest/download/aws-lambda-rie
+ - run: chmod +x aws-lambda-rie
+ - run: chmod +x entrypoint.sh
30
31
- name: Configure AWS credentials
32
uses: aws-actions/configure-aws-credentials@v1
0 commit comments