diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0c62f9d..67cea9e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,14 +17,14 @@ jobs: runs-on: ${{ matrix.os }} # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: '14' + node-version: '20' check-latest: true #Checkout Source Code - name: 'Checkout source code' - uses: 'actions/checkout@v2' + uses: 'actions/checkout@v4' with: ref: ${{ github.ref }}