Skip to content

Commit 4779827

Browse files
committed
Update CI to match the latest server node version
1 parent b5c095d commit 4779827

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

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

88
strategy:
99
matrix:
10-
node-version: [14.x, 16.x, v16.16.0, 18.x, '*']
10+
node-version: [14.x, 16.x, 18.x, v18.16, '*']
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414

15-
- uses: actions/setup-node@v1
15+
- uses: actions/setup-node@v3
1616
with:
1717
node-version: ${{ matrix.node-version }}
1818

0 commit comments

Comments
 (0)