Skip to content

Commit

Permalink
refactor(template): change node version to 16
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Hugo Salgado <vsalgadopb@gmail.com>
  • Loading branch information
vitorsalgado committed Mar 29, 2022
1 parent 8cc59de commit a143554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: setup-node
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x

- name: Deps
run: |
Expand Down

0 comments on commit a143554

Please sign in to comment.