Skip to content

Commit 24f2435

Browse files
authored
Merge pull request #88 from cahilfoley/claude/code-improvements-011CUwdJtHHPReco7T6C28CL
Code Review and Performance Improvements
2 parents 252fb40 + 9b1a338 commit 24f2435

12 files changed

Lines changed: 3920 additions & 209 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [16.x, 18.x, 20.x]
18+
node-version: [20.x, 22.x]
1919
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v2
24+
uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
cache: 'npm'
2828
- run: npm ci
2929
- run: npx lerna run build
30+
- run: npx lerna run test

lerna.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useNx": true,
4-
"useWorkspaces": true,
54
"version": "0.0.0"
65
}

0 commit comments

Comments
 (0)