Skip to content

Commit

Permalink
Merge 85fc9eb into e12033d
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 25, 2022
2 parents e12033d + 85fc9eb commit feec42d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js latest
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "*"
- name: Get yarn cache directory path
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js latest # Run yarn on latest node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "*" # Build Babel on latest node LTS versions
- name: Get yarn cache directory path
Expand All @@ -67,7 +67,7 @@ jobs:
yarn install
yarn add --dev hexo@${{ matrix.hexo-version }}
- name: Use Node.js ${{ matrix.node-version }} # Checkout node version for test executor
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Test
Expand Down

0 comments on commit feec42d

Please sign in to comment.