Skip to content

Commit ee7c8be

Browse files
committed
Update Node CI target to match HTK server
1 parent 703fa1f commit ee7c8be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
strategy:
99
matrix:
10-
node-version: [16.x, 18.x, 20.x, v20.11.1, 22.x, 23.x]
10+
node-version: [16.x, 18.x, 20.x, v20.18.1, 22.x, 23.x]
1111

1212
steps:
1313
- uses: actions/checkout@v4
@@ -23,7 +23,7 @@ jobs:
2323
- run: npm run ci-tests
2424

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

0 commit comments

Comments
 (0)