Skip to content

Commit 8cdc9a7

Browse files
authored
Merge pull request #3 from madhead/fix/npm
Fix NPM issues
2 parents 296db3c + 8aea8c5 commit 8cdc9a7

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,10 @@ jobs:
2525
job-id: deploy
2626
read-only: ${{ github.ref != 'refs/heads/master' }}
2727
- 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
3528

29+
- uses: actions/setup-node@v2
30+
with:
31+
node-version: 16
3632
- run: npm install
3733
working-directory: .deploy/lambda
3834
- uses: aws-actions/configure-aws-credentials@v1

0 commit comments

Comments
 (0)