5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00

ci: update node version to 16.5.0 in workflows

This commit is contained in:
Wagner Santos 2022-10-06 11:49:24 -03:00
parent 14fb59973e
commit b2b0d9e20e
2 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '12.x'
node-version: '16.5.0'
- uses: actions/cache@v3
with:
path: |
@ -40,7 +40,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '12.x'
node-version: '16.5.0'
- uses: actions/cache@v3
with:
path: |

View file

@ -12,7 +12,7 @@ jobs:
- run: echo -n '' > .dockerignore
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16.5.0'
- uses: actions/cache@v3
with:
path: |
@ -37,7 +37,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16.5.0'
- uses: actions/cache@v3
with:
path: |