Skip to content

Commit

Permalink
Update tester workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ertrzyiks committed Dec 19, 2023
1 parent 2cfb01e commit 874612c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ['12.x', '14.x', '16.x']
HEXO_VERSION: ['3.x', '4.x', '5.x', '6.x']
node-version: ["16.x", "18.x"]
HEXO_VERSION: ["3.x", "4.x", "5.x", "6.x", 7.x']

fail-fast: false
steps:
Expand All @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: ['14.x']
node-version: ["14.x"]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 874612c

Please sign in to comment.