diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 51ca5c5..c69b728 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: b5fb449 +_commit: b8951e0 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: jupyter diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 21d59ec..5199922 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,7 +31,7 @@ jobs: matrix: os: [ubuntu-latest] python-version: ["3.11"] - node-version: [20.x] + node-version: [22.x] steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 @@ -42,7 +42,7 @@ jobs: - uses: actions-ext/node/setup@main with: - version: 22.x + version: ${{ matrix.node-version }} - name: Install dependencies run: make develop diff --git a/js/package.json b/js/package.json index 072d53c..ef12b0e 100644 --- a/js/package.json +++ b/js/package.json @@ -73,10 +73,5 @@ "mkdirp": "^3.0.1", "prettier": "^3.8.1", "rimraf": "^6.1.3" - }, - "pnpm": { - "overrides": { - "webpack": "5.76.1" - } } -} +} \ No newline at end of file diff --git a/js/pnpm-workspace.yaml b/js/pnpm-workspace.yaml new file mode 100644 index 0000000..b8f6850 --- /dev/null +++ b/js/pnpm-workspace.yaml @@ -0,0 +1,6 @@ +allowBuilds: + "@fortawesome/fontawesome-free": true + unrs-resolver: true + +overrides: + webpack: "5.76.1" \ No newline at end of file