Skip to content

Commit 2068cd6

Browse files
committed
Remove extra node version arg
1 parent 8aa1edc commit 2068cd6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@ jobs:
3939
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
4040
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
4141
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}
42-
- name: Setup Node.js
42+
- name: Setup
4343
uses: actions/setup-node@v2
44-
with:
45-
node-version: '16'
4644
- name: Serverless deploy to production from ${{ github.event.client_payload.ref }}${{ github.event.inputs.ref }}
4745
run: npm run deploy
4846
if: ${{ github.event.inputs.environment == 'production' || github.event.client_payload.environment == 'production' }}

0 commit comments

Comments
 (0)