Skip to content

Commit

Permalink
Fix module issue in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <tsmock@meta.com>
  • Loading branch information
tsmock committed Oct 21, 2024
1 parent b33cb37 commit 77fdf02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scheduled_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "Node16",
"moduleResolution": "node",
"module": "nodenext",
"moduleResolution": "nodenext",
"sourceMap": true,
"strictNullChecks": true
}
Expand Down

0 comments on commit 77fdf02

Please sign in to comment.