Skip to content

Commit

Permalink
Merge branch 'main' into windows-esm-path
Browse files Browse the repository at this point in the history
  • Loading branch information
anikghosh256 authored Aug 27, 2024
2 parents 0f11ee6 + e62d7e8 commit 98fb5ae
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 16 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pkg.pr.new.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: pkg.pr.new
on:
pull_request: {}
push:
branches: [main, deps, pkg.pr.new]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- run: pnpm install
- run: pnpm build
- run: pnpm pkg-pr-new publish
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"lodash": "4.17.21",
"np": "10.0.5",
"p-event": "^4.0.0",
"sequelize": "6.37.2",
"pkg-pr-new": "0.0.20",
"sequelize": "6.37.3",
"source-map-support": "0.5.21",
"sqlite3": "5.1.7",
"strip-ansi": "6.0.1",
Expand Down
Loading

0 comments on commit 98fb5ae

Please sign in to comment.