Skip to content

Commit a143554

Browse files
committed
refactor(template): change node version to 16
Signed-off-by: Vitor Hugo Salgado <[email protected]>
1 parent 8cc59de commit a143554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: setup-node
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: 14.x
22+
node-version: 16.x
2323

2424
- name: Deps
2525
run: |

0 commit comments

Comments
 (0)