diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 459acd9d..009c695e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: '12' + node-version: '22' cache: 'npm' - run: npm ci - run: npm test -- --coverage