Skip to content

Commit

Permalink
ci: update node version to 16 (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Jun 20, 2022
1 parent cc6e23d commit 1025229
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v2
- uses: actions/setup-node@v1
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '16'
- name: "Check file encoding"
run:
git remote add upstream https://github.com/pingcap/docs-dm.git;
Expand Down

0 comments on commit 1025229

Please sign in to comment.