We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23c405 commit b61daffCopy full SHA for b61daff
1 file changed
.github/workflows/ci.yml
@@ -19,10 +19,10 @@ jobs:
19
working-directory: continous-integration
20
steps:
21
- uses: actions/checkout@v2
22
- - name: Use Node.js 12.x
+ - name: Use Node.js 16.x
23
uses: actions/setup-node@v1
24
with:
25
- node-version: 12.x
+ node-version: 16.x
26
- name: Install AWS SAM CLI
27
run: pip install aws-sam-cli
28
- name: NPM CI
0 commit comments