diff --git a/.github/workflows/scheduled_update.yaml b/.github/workflows/scheduled_update.yaml index c68ac8c..8284952 100644 --- a/.github/workflows/scheduled_update.yaml +++ b/.github/workflows/scheduled_update.yaml @@ -19,6 +19,7 @@ jobs: - uses: actions/setup-python@v5 with: cache: 'pip' + python-version: '3.13' - uses: actions/setup-node@v4 with: node-version: 20 diff --git a/tsconfig.json b/tsconfig.json index d715d40..3e2b69e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,8 @@ { "compilerOptions": { "target": "ES2022", - "module": "Node16", - "moduleResolution": "node", + "module": "nodenext", + "moduleResolution": "nodenext", "sourceMap": true, "strictNullChecks": true }