diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index f0a5433..94208ae 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -6,10 +6,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - name: Setup Environment (Using NodeJS 16.x) + - name: Setup Environment (Using NodeJS 22.x) uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 22.x - name: Install dependencies run: npm install