Skip to content

Commit

Permalink
Merge pull request #1 from cto-af/lock
Browse files Browse the repository at this point in the history
Add correct lockfiles
  • Loading branch information
hildjj authored Oct 26, 2024
2 parents 472c925 + 54fafc6 commit 40f84a7
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [22.x, 23.x]
platform: [ubuntu-latest]

runs-on: ${{ matrix.platform }}
Expand Down
9 changes: 0 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import fs from 'node:fs/promises';
import path from 'node:path';
import {simpleGit} from 'simple-git';

export {ExecResult} from './exec.js';

export interface MonoPubOptions {

/** Directory to work from. */
Expand Down
9 changes: 9 additions & 0 deletions test/fixtures/bar/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions test/fixtures/foo/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions test/fixtures/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40f84a7

Please sign in to comment.