Skip to content

Commit

Permalink
ci: update node-version to 16 (#9804) (#10246)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jun 27, 2022
1 parent 9c19961 commit 3abdedc
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: Verify internal links
run: ./scripts/verify-links.sh
- name: Verify internal link anchors
Expand Down

0 comments on commit 3abdedc

Please sign in to comment.