diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 2eb6f55..b40c737 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 2f2c13b +_commit: 9b3c202 _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 46330f6..2bd06a3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,7 +33,7 @@ jobs: python-version: ["3.11"] steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: actions-ext/python/setup@main with: @@ -41,7 +41,7 @@ jobs: - uses: actions-ext/node/setup@main with: - version: 20.x + version: 22.x js_folder: hatch_js/tests/test_project_basic/js - name: Install dependencies diff --git a/hatch_js/tests/test_project_basic/js/pnpm-workspace.yaml b/hatch_js/tests/test_project_basic/js/pnpm-workspace.yaml new file mode 100644 index 0000000..5ed0b5a --- /dev/null +++ b/hatch_js/tests/test_project_basic/js/pnpm-workspace.yaml @@ -0,0 +1,2 @@ +allowBuilds: + esbuild: true