We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c021d commit adce83eCopy full SHA for adce83e
.github/workflows/tests-sandbox.yml
@@ -5,7 +5,7 @@ jobs:
5
strategy:
6
matrix:
7
platform: [ubuntu-latest, macos-latest]
8
- node-version: [14, 16]
+ node-version: [14, 16, 18]
9
runs-on: ${{ matrix.platform }}
10
steps:
11
- uses: actions/checkout@v2
0 commit comments