Skip to content

Commit a09d294

Browse files
committed
Update CI to match the latest server node version
1 parent 7ca4416 commit a09d294

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: [14.x, 16.x, v16.18.0, v18.7, v18.x, '*']
10+
node-version: [14.x, 16.x, v18.7, 18.x, v18.16.0, '*']
1111

1212
steps:
1313
- uses: actions/checkout@v3
@@ -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 == 'v16.18.0'
26+
if: github.ref == 'refs/heads/main' && matrix.node-version == 'v18.16.0'
2727
uses: JamesIves/[email protected]
2828
with:
2929
single-commit: true

0 commit comments

Comments
 (0)