diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index 4983d78..85a88e1 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -8,16 +8,16 @@ jobs: strategy: matrix: node-version: - - 15 + - 19 + - 18 + - 16 - 14 - - 12 - - 10 steps: - name: Check out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }}