diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4da47d1..d05e847 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 cache: npm - run: npm ci - run: npm t