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.
2 parents 296db3c + 8aea8c5 commit 8cdc9a7Copy full SHA for 8cdc9a7
.github/workflows/deploy.yml
@@ -25,14 +25,10 @@ jobs:
25
job-id: deploy
26
read-only: ${{ github.ref != 'refs/heads/master' }}
27
- run: ./gradlew clean shadowJar
28
- - uses: actions/upload-artifact@v2
29
- if: always()
30
- with:
31
- name: test-results
32
- path: |
33
- **/build/test-results
34
- **/build/reports
35
+ - uses: actions/setup-node@v2
+ with:
+ node-version: 16
36
- run: npm install
37
working-directory: .deploy/lambda
38
- uses: aws-actions/configure-aws-credentials@v1
0 commit comments