Skip to content

Commit

Permalink
fix: commonjs
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Jan 25, 2024
1 parent e5d613e commit d94349f
Show file tree
Hide file tree
Showing 7 changed files with 1,986 additions and 2,005 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
default: 3.x
required: false
python-version-file:
description: "File containing the Python version to use. Example: .python-version"
description: 'File containing the Python version to use. Example: .python-version'
architecture:
description: 'The target architecture (x86, x64) of the Python interpreter.'
required: false
Expand Down
1 change: 0 additions & 1 deletion build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import esbuild from 'esbuild'

esbuild.build({
platform: 'node',
format: 'esm',
target: 'node20',
bundle: true,
entryPoints: ['src/setup-pdm.ts', 'src/cache-save.ts'],
Expand Down
Loading

0 comments on commit d94349f

Please sign in to comment.