diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 103b8e4..f4941ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,9 +12,9 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: npm - name: Install dependencies run: npm install - name: End-to-end testing - run: npm run test \ No newline at end of file + run: npm run test