Skip to content

Commit b2b0d9e

Browse files
committed
ci: update node version to 16.5.0 in workflows
1 parent 14fb599 commit b2b0d9e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: '12.x'
14+
node-version: '16.5.0'
1515
- uses: actions/cache@v3
1616
with:
1717
path: |
@@ -40,7 +40,7 @@ jobs:
4040
fetch-depth: 0
4141
- uses: actions/setup-node@v3
4242
with:
43-
node-version: '12.x'
43+
node-version: '16.5.0'
4444
- uses: actions/cache@v3
4545
with:
4646
path: |

.github/workflows/commitlint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- run: echo -n '' > .dockerignore
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: '14'
15+
node-version: '16.5.0'
1616
- uses: actions/cache@v3
1717
with:
1818
path: |
@@ -37,7 +37,7 @@ jobs:
3737
fetch-depth: 0
3838
- uses: actions/setup-node@v3
3939
with:
40-
node-version: '14'
40+
node-version: '16.5.0'
4141
- uses: actions/cache@v3
4242
with:
4343
path: |

0 commit comments

Comments
 (0)