diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 62c7d695..38cf17bc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -47,7 +47,7 @@ jobs: run: pnpm run build:packages - name: Lint packages - run: pnpm run lint:packages + run: pnpm run lint - name: Run tests for packages run: pnpm run test:packages diff --git a/tests/rgbpp/tsconfig.json b/tests/rgbpp/tsconfig.json index 3eae7fab..403bbe62 100644 --- a/tests/rgbpp/tsconfig.json +++ b/tests/rgbpp/tsconfig.json @@ -13,7 +13,7 @@ "forceConsistentCasingInFileNames": true, "inlineSources": false, "isolatedModules": true, - "moduleResolution": "Node16", + "moduleResolution": "NodeNext", "noUnusedLocals": false, "noUnusedParameters": false, "preserveWatchOutput": true,