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

Merge pull request #551 from wagoid/chore/update-node-version

ci: update node version to 16.5.0 in workflows
This commit is contained in:
Wagner Santos 2022-10-06 11:52:43 -03:00 committed by GitHub
commit dff38a37e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

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

View file

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