Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit 1025229

Browse files
authored
ci: update node version to 16 (#911)
1 parent cc6e23d commit 1025229

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Check out
11-
uses: actions/checkout@v2
12-
- uses: actions/setup-node@v1
11+
uses: actions/checkout@v3
12+
- uses: actions/setup-node@v3
1313
with:
14-
node-version: '12'
14+
node-version: '16'
1515
- name: "Check file encoding"
1616
run:
1717
git remote add upstream https://github.com/pingcap/docs-dm.git;

0 commit comments

Comments
 (0)