Skip to content

Commit a77db47

Browse files
committed
build(deploy.yml): set node-version to 16
1 parent 130b38a commit a77db47

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
# https://github.com/marketplace/actions/serverless
21
name: Deploy
3-
4-
on:
2+
"on":
53
push:
64
branches:
75
- main
86
workflow_dispatch: {}
9-
107
jobs:
118
deploy:
129
name: deploy
@@ -15,15 +12,14 @@ jobs:
1512
- uses: actions/checkout@v2
1613
- uses: actions/setup-node@v2
1714
with:
18-
node-version: 12
15+
node-version: 16
1916
cache: npm
2017
- run: npm ci
2118
- name: serverless deploy
2219
uses: serverless/github-action@master
2320
with:
2421
args: deploy
2522
env:
26-
# probot/example-aws-lambda-serverless secrets provided by @gr2m
2723
SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}
2824
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
2925
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)