diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6ca8bb19..7d0f5273 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 22 cache: npm - run: npm install - run: npm test