Skip to content

Commit adce83e

Browse files
committed
ci: add node 18 to test matrix
1 parent 04c021d commit adce83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-sandbox.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
matrix:
77
platform: [ubuntu-latest, macos-latest]
8-
node-version: [14, 16]
8+
node-version: [14, 16, 18]
99
runs-on: ${{ matrix.platform }}
1010
steps:
1111
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)