Skip to content

Commit b61daff

Browse files
committed
ci: use node 16
1 parent e23c405 commit b61daff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
working-directory: continous-integration
2020
steps:
2121
- uses: actions/checkout@v2
22-
- name: Use Node.js 12.x
22+
- name: Use Node.js 16.x
2323
uses: actions/setup-node@v1
2424
with:
25-
node-version: 12.x
25+
node-version: 16.x
2626
- name: Install AWS SAM CLI
2727
run: pip install aws-sam-cli
2828
- name: NPM CI

0 commit comments

Comments
 (0)