diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8084cef..1591945 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 17 - name: Install dependencies uses: bahmutov/npm-install@v1 - name: Run tests @@ -24,6 +24,7 @@ jobs: strategy: matrix: node-version: + - 16 - 14 - 12 name: Node.js ${{ matrix.node-version }} Quick