Skip to content

Commit 8eb4564

Browse files
committed
chore(workflow::tests): replace nodejs version 17 with 18
1 parent f52a84b commit 8eb4564

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
# TODO: replace "17.x" with "18.x" when 18 releases
21-
node-version: [12.x, 14.x, 16.x, 17.x]
20+
node-version: [12.x, 14.x, 16.x, 18.x]
2221
steps:
2322
- uses: actions/checkout@v2
2423
if: github.event.inputs.git-ref == ''

0 commit comments

Comments
 (0)