We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a2ed0 commit aead3eeCopy full SHA for aead3ee
.github/workflows/unittests.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- node-version: [8, 10, 12, 14, 15, 16, 18]
+ node-version: [8, 10, 12, 14, 15, 16, 18, 20]
16
steps:
17
- uses: actions/checkout@v3
18
- name: Get Node.js ${{ matrix.node-version }}
0 commit comments