Skip to content

Commit

Permalink
Merge pull request #551 from wagoid/chore/update-node-version
Browse files Browse the repository at this point in the history
ci: update node version to 16.5.0 in workflows
  • Loading branch information
wagoid committed Oct 6, 2022
2 parents 14fb599 + b2b0d9e commit dff38a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/commitlint.yml
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit dff38a3

Please sign in to comment.