Skip to content

Commit 72f3fc2

Browse files
committed
resolve conflicts
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
1 parent fe1f0b2 commit 72f3fc2

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,13 @@ permissions:
2727

2828
jobs:
2929
build:
30-
<<<<<<< before updating
31-
runs-on: ubuntu-latest
32-
=======
3330
runs-on: ${{ matrix.os }}
3431

3532
strategy:
3633
matrix:
3734
os: [ubuntu-latest]
3835
python-version: ["3.11"]
3936
node-version: [22.x]
40-
>>>>>>> after updating
4137

4238
steps:
4339
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -50,12 +46,7 @@ jobs:
5046
- name: Set up NodeJS
5147
uses: actions-ext/node/setup@main
5248
with:
53-
<<<<<<< before updating
54-
version: 22.x
55-
pnpm_version: '11'
56-
=======
5749
version: ${{ matrix.node-version }}
58-
>>>>>>> after updating
5950

6051
- name: Install dependencies
6152
run: make develop

js/pnpm-workspace.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
allowBuilds:
22
esbuild: true
3-
<<<<<<< before updating
43

54
overrides:
65
react: 19.2.6
76
react-dom: 19.2.6
8-
=======
9-
>>>>>>> after updating

0 commit comments

Comments
 (0)