Skip to content

Commit

Permalink
Update CI Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kayahr committed Dec 31, 2023
1 parent 972a03b commit 80832a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x, 18.x ]
node-version: [ 18.x, 20.x ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Build API Doc
run: npm run doc
- name: Deploy API Doc
if: ${{ github.ref == 'refs/heads/main' && matrix.node-version == '18.x' }}
if: ${{ github.ref == 'refs/heads/main' && matrix.node-version == '20.x' }}
uses: JamesIves/github-pages-deploy-action@v4.3.3
with:
branch: gh-pages
Expand Down

0 comments on commit 80832a8

Please sign in to comment.