Skip to content

Commit

Permalink
Update Node CI target to match HTK server
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Dec 19, 2024
1 parent 703fa1f commit ee7c8be
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 @@ -7,7 +7,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x, v20.11.1, 22.x, 23.x]
node-version: [16.x, 18.x, 20.x, v20.18.1, 22.x, 23.x]

steps:
- uses: actions/checkout@v4
Expand All @@ -23,7 +23,7 @@ jobs:
- run: npm run ci-tests

- name: Deploy docs
if: github.ref == 'refs/heads/main' && matrix.node-version == 'v20.11.1'
if: github.ref == 'refs/heads/main' && matrix.node-version == 'v20.18.1'
uses: JamesIves/github-pages-deploy-action@v4
with:
single-commit: true
Expand Down

0 comments on commit ee7c8be

Please sign in to comment.