Skip to content

Commit 544b6e2

Browse files
committed
test, build ?
1 parent 53654d1 commit 544b6e2

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
- name: Install Node.js, NPM and Yarn
1717
uses: actions/setup-node@v6
1818
with:
19-
node-version: 22
19+
node-version: 24
2020
cache: "pnpm"
2121

2222
- name: Install node dependencies
2323
# Skip install scripts, otherwise we build nodegit on `npm install`.
2424
run: |
25-
pnpm install --ignore-scripts
26-
cd node_modules/nodegit && pnpm install && node generate
25+
pnpm install --ignore-scripts --frozen-lockfile
26+
# cd node_modules/nodegit && pnpm install && node generate
2727
2828
- name: Run lint
2929
run: pnpm run format:check && pnpm run lint

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"build:native": "./scripts/build-native.sh"
3333
},
3434
"dependencies": {
35-
"nodegit": "github:weedz/nodegit#master"
35+
"nodegit": "git+https://github.com/weedz/nodegit#master"
3636
},
3737
"devDependencies": {
3838
"@types/node": "^22.19.11",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
onlyBuiltDependencies:
2+
- nodegit
3+
14
ignoredOptionalDependencies:
25
- global-agent

0 commit comments

Comments
 (0)